Uses of Class
org.apache.commons.digester3.binder.BeanPropertySetterBuilder

Packages that use BeanPropertySetterBuilder
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
 BeanPropertySetterBuilder BeanPropertySetterBuilder.extractPropertyNameFromAttribute(String attribute)
          Sets the attribute name from which the property name has to be extracted.
 BeanPropertySetterBuilder LinkedRuleBuilder.setBeanProperty()
          Construct rule that automatically sets a property from the body text, taking the property name the same as the current element.
 BeanPropertySetterBuilder BeanPropertySetterBuilder.withName(String propertyName)
          Sets the name of property to set.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.