Uses of Class
org.apache.commons.digester3.binder.SetPropertiesBuilder
-
Packages that use SetPropertiesBuilder Package Description 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 Modifier and Type Method Description SetPropertiesBuilderSetPropertiesBuilder. addAlias(java.lang.String attributeName, java.lang.String propertyName)Deprecated.SetPropertiesBuilderSetPropertiesBuilder. ignoreAttribute(java.lang.String attributeName)Add an attribute name to the ignore list.SetPropertiesBuilderSetPropertiesBuilder. ignoreMissingProperty(boolean ignoreMissingProperty)Sets whether attributes found in the XML without matching properties should be ignored.SetPropertiesBuilderLinkedRuleBuilder. 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 Modifier and Type Method Description AddAliasBuilder<SetPropertiesBuilder>SetPropertiesBuilder. addAlias(java.lang.String attributeName)Add an additional attribute name to property name mapping.
-