|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetPropertiesBuilder | |
---|---|
org.apache.commons.digester3.binder | The Digester EDSL allows configure Digester using fluent APIs. |
Uses of SetPropertiesBuilder in org.apache.commons.digester3.binder |
---|
Methods in org.apache.commons.digester3.binder that return SetPropertiesBuilder | |
---|---|
SetPropertiesBuilder |
SetPropertiesBuilder.addAlias(String attributeName,
String propertyName)
Deprecated. |
SetPropertiesBuilder |
SetPropertiesBuilder.ignoreAttribute(String attributeName)
Add an attribute name to the ignore list. |
SetPropertiesBuilder |
SetPropertiesBuilder.ignoreMissingProperty(boolean ignoreMissingProperty)
Sets whether attributes found in the XML without matching properties should be ignored. |
SetPropertiesBuilder |
LinkedRuleBuilder.setProperties()
Sets properties on the object at the top of the stack, based on attributes with corresponding names. |
Methods in org.apache.commons.digester3.binder that return types with arguments of type SetPropertiesBuilder | |
---|---|
AddAliasBuilder<SetPropertiesBuilder> |
SetPropertiesBuilder.addAlias(String attributeName)
Add an additional attribute name to property name mapping. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |