Uses of Class
org.apache.commons.digester3.binder.SetPropertyBuilder
Packages that use SetPropertyBuilder
Package
Description
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 SetPropertyBuilderModifier and TypeMethodDescriptionSetPropertyBuilder.extractingValueFromAttribute
(String valueAttributeName) Set the name of the attribute that will contain the value to which the property should be set.LinkedRuleBuilder.setProperty
(String attributePropertyName) Sets an individual property on the object at the top of the stack, based on attributes with specified names.