Uses of Class
org.apache.commons.digester3.binder.NestedPropertiesBuilder
Packages that use NestedPropertiesBuilder
Package
Description
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 NestedPropertiesBuilderModifier and TypeMethodDescriptionDeprecated.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.ignoreElement
(String elementName) Allows ignore a matching element.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.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 NestedPropertiesBuilderModifier and TypeMethodDescriptionAllows element2property mapping to be overridden.