Uses of Class
org.apache.commons.digester.annotations.rules.SetProperty
-
Packages that use SetProperty Package Description org.apache.commons.digester.annotations.handlers Thehandlerspackage containsDigesterLoaderHandlerimplementations.org.apache.commons.digester.annotations.providers This package containsAnnotationRuleProviderimplementations.org.apache.commons.digester.annotations.rules Classes contained in this package are annotations that reflect Digester rules. -
-
Uses of SetProperty in org.apache.commons.digester.annotations.handlers
Methods in org.apache.commons.digester.annotations.handlers with parameters of type SetProperty Modifier and Type Method Description voidSetPropertiesLoaderHandler. handle(SetProperty annotation, java.lang.reflect.Field element, FromAnnotationsRuleSet ruleSet)Handles the current visited element with the related current annotation. -
Uses of SetProperty in org.apache.commons.digester.annotations.providers
Methods in org.apache.commons.digester.annotations.providers with parameters of type SetProperty Modifier and Type Method Description voidSetPropertiesRuleProvider. addAlias(SetProperty annotation, java.lang.reflect.Field element)Adds a new alias attribute/property name; if the attribute name is not specified, the alias will be considered as property name identity.voidSetPropertiesRuleProvider. init(SetProperty annotation, java.lang.reflect.Field element)Initializes the provider. -
Uses of SetProperty in org.apache.commons.digester.annotations.rules
Methods in org.apache.commons.digester.annotations.rules that return SetProperty Modifier and Type Method Description SetProperty[]value()
-