|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestedPropertiesBuilder | |
---|---|
org.apache.commons.digester3.binder | The Digester EDSL allows configure Digester using fluent APIs. |
Uses of NestedPropertiesBuilder in org.apache.commons.digester3.binder |
---|
Methods in org.apache.commons.digester3.binder that return NestedPropertiesBuilder | |
---|---|
NestedPropertiesBuilder |
NestedPropertiesBuilder.addAlias(String elementName,
String propertyName)
Deprecated. |
NestedPropertiesBuilder |
NestedPropertiesBuilder.allowUnknownChildElements(boolean allowUnknownChildElements)
Determines whether an error is reported when a nested element is encountered for which there is no corresponding property-setter method. |
NestedPropertiesBuilder |
NestedPropertiesBuilder.ignoreElement(String elementName)
Allows ignore a matching element. |
NestedPropertiesBuilder |
LinkedRuleBuilder.setNestedProperties()
Sets properties on the object at the top of the stack, based on child elements with names matching properties on that object. |
NestedPropertiesBuilder |
NestedPropertiesBuilder.trimData(boolean trimData)
When set to true, any text within child elements will have leading and trailing whitespace removed before assignment to the target object. |
Methods in org.apache.commons.digester3.binder that return types with arguments of type NestedPropertiesBuilder | |
---|---|
AddAliasBuilder<NestedPropertiesBuilder> |
NestedPropertiesBuilder.addAlias(String elementName)
Allows element2property mapping to be overridden. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |