Uses of Class
org.apache.commons.digester3.binder.CallMethodBuilder
Packages that use CallMethodBuilder
Package
Description
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 CallMethodBuilderModifier and TypeMethodDescriptionLinkedRuleBuilder.callMethod
(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.useExactMatch
(boolean useExactMatch) ShouldMethodUtils.invokeExactMethod
be used for the reflection.CallMethodBuilder.usingElementBodyAsArgument()
Prepare theCallMethodRule
to be invoked using the matching element body as argument.CallMethodBuilder.withParamCount
(int paramCount) The number of parameters to collect, or zero for a single argument from the body of this element.CallMethodBuilder.withParamTypes
(Class<?>... paramTypes) Sets the Java classes that represent the parameter types of the method arguments.CallMethodBuilder.withParamTypes
(String... paramTypeNames) Sets the Java class names that represent the parameter types of the method arguments.CallMethodBuilder.withTargetOffset
(int targetOffset) Sets the location of the target object.