Uses of Class
org.apache.commons.digester3.annotations.rules.BeanPropertySetter
-
Packages that use BeanPropertySetter Package Description org.apache.commons.digester3.annotations.handlers Thehandlers
package containsAnnotationHandler
implementations.org.apache.commons.digester3.annotations.rules Classes contained in this package are annotations that reflect Digester rules. -
-
Uses of BeanPropertySetter in org.apache.commons.digester3.annotations.handlers
Methods in org.apache.commons.digester3.annotations.handlers with parameters of type BeanPropertySetter Modifier and Type Method Description void
BeanPropertySetterHandler. handle(BeanPropertySetter annotation, java.lang.reflect.Field element, RulesBinder rulesBinder)
Handles the current visited element with the related current annotation. -
Uses of BeanPropertySetter in org.apache.commons.digester3.annotations.rules
Methods in org.apache.commons.digester3.annotations.rules that return BeanPropertySetter Modifier and Type Method Description BeanPropertySetter[]
value()
-