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 CallParamBuilderLinkedRuleBuilder. callParam()Saves a parameter for use by a surroundingLinkedRuleBuilder.callMethod(String).CallParamBuilderCallParamBuilder. fromAttribute(java.lang.String attributeName)Sets the attribute from which to save the parameter value.CallParamBuilderCallParamBuilder. fromStack(boolean fromStack)Flags the parameter to be set from the stack.CallParamBuilderCallParamBuilder. ofIndex(int paramIndex)Sets the zero-relative parameter number.CallParamBuilderCallParamBuilder. withStackIndex(int stackIndex)Sets the position of the object from the top of the stack.
-