Package | Description |
---|---|
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
Modifier and Type | Method and Description |
---|---|
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-2013 The Apache Software Foundation. All Rights Reserved.