Uses of Class
org.apache.commons.digester3.binder.BeanPropertySetterBuilder
-
Packages that use BeanPropertySetterBuilder Package Description org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. -
-
Uses of BeanPropertySetterBuilder in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return BeanPropertySetterBuilder Modifier and Type Method Description BeanPropertySetterBuilderBeanPropertySetterBuilder. extractPropertyNameFromAttribute(java.lang.String attribute)Sets the attribute name from which the property name has to be extracted.BeanPropertySetterBuilderLinkedRuleBuilder. setBeanProperty()Construct rule that automatically sets a property from the body text, taking the property name the same as the current element.BeanPropertySetterBuilderBeanPropertySetterBuilder. withName(java.lang.String propertyName)Sets the name of property to set.
-