Uses of Class
org.apache.commons.digester3.binder.CallParamBuilder
Packages that use CallParamBuilder
Package
Description
The Digester EDSL allows configure Digester using fluent APIs.
-
Uses of CallParamBuilder in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return CallParamBuilderModifier and TypeMethodDescriptionLinkedRuleBuilder.callParam()
Saves a parameter for use by a surroundingLinkedRuleBuilder.callMethod(String)
.CallParamBuilder.fromAttribute
(String attributeName) Sets the attribute from which to save the parameter value.CallParamBuilder.fromStack
(boolean fromStack) Flags the parameter to be set from the stack.CallParamBuilder.ofIndex
(int paramIndex) Sets the zero-relative parameter number.CallParamBuilder.withStackIndex
(int stackIndex) Sets the position of the object from the top of the stack.