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 CallMethodBuilderLinkedRuleBuilder. 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.CallMethodBuilderCallMethodBuilder. useExactMatch(boolean useExactMatch)ShouldMethodUtils.invokeExactMethodbe used for the reflection.CallMethodBuilderCallMethodBuilder. usingElementBodyAsArgument()Prepare theCallMethodRuleto be invoked using the matching element body as argument.CallMethodBuilderCallMethodBuilder. withParamCount(int paramCount)The number of parameters to collect, or zero for a single argument from the body of this element.CallMethodBuilderCallMethodBuilder. withParamTypes(java.lang.Class<?>... paramTypes)Sets the Java classes that represent the parameter types of the method arguments.CallMethodBuilderCallMethodBuilder. withParamTypes(java.lang.String... paramTypeNames)Sets the Java class names that represent the parameter types of the method arguments.CallMethodBuilderCallMethodBuilder. withTargetOffset(int targetOffset)Sets the location of the target object.
-