Uses of Class
org.apache.commons.digester3.binder.CallParamBuilder
-
Packages that use CallParamBuilder Package Description org.apache.commons.digester3.binder 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 CallParamBuilder Modifier and Type Method Description CallParamBuilder
LinkedRuleBuilder. callParam()
Saves a parameter for use by a surroundingLinkedRuleBuilder.callMethod(String)
.CallParamBuilder
CallParamBuilder. fromAttribute(java.lang.String attributeName)
Sets the attribute from which to save the parameter value.CallParamBuilder
CallParamBuilder. fromStack(boolean fromStack)
Flags the parameter to be set from the stack.CallParamBuilder
CallParamBuilder. ofIndex(int paramIndex)
Sets the zero-relative parameter number.CallParamBuilder
CallParamBuilder. withStackIndex(int stackIndex)
Sets the position of the object from the top of the stack.
-