Uses of Class
org.apache.commons.digester3.binder.SetPropertyBuilder
-
Packages that use SetPropertyBuilder Package Description org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. -
-
Uses of SetPropertyBuilder in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return SetPropertyBuilder Modifier and Type Method Description SetPropertyBuilder
SetPropertyBuilder. extractingValueFromAttribute(java.lang.String valueAttributeName)
Set the name of the attribute that will contain the value to which the property should be set.SetPropertyBuilder
LinkedRuleBuilder. setProperty(java.lang.String attributePropertyName)
Sets an individual property on the object at the top of the stack, based on attributes with specified names.
-