Uses of Class
org.apache.commons.digester3.binder.CallMethodBuilder
-
Packages that use CallMethodBuilder Package Description org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. -
-
Uses of CallMethodBuilder in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return CallMethodBuilder Modifier and Type Method Description CallMethodBuilder
LinkedRuleBuilder. callMethod(java.lang.String methodName)
Calls a method on an object on the stack (normally the top/parent object), passing arguments collected from subsequentLinkedRuleBuilder.callParam()
rule or from the body of this element.CallMethodBuilder
CallMethodBuilder. useExactMatch(boolean useExactMatch)
ShouldMethodUtils.invokeExactMethod
be used for the reflection.CallMethodBuilder
CallMethodBuilder. usingElementBodyAsArgument()
Prepare theCallMethodRule
to be invoked using the matching element body as argument.CallMethodBuilder
CallMethodBuilder. withParamCount(int paramCount)
The number of parameters to collect, or zero for a single argument from the body of this element.CallMethodBuilder
CallMethodBuilder. withParamTypes(java.lang.Class<?>... paramTypes)
Sets the Java classes that represent the parameter types of the method arguments.CallMethodBuilder
CallMethodBuilder. withParamTypes(java.lang.String... paramTypeNames)
Sets the Java class names that represent the parameter types of the method arguments.CallMethodBuilder
CallMethodBuilder. withTargetOffset(int targetOffset)
Sets the location of the target object.
-