Uses of Class
org.apache.commons.digester3.binder.CallMethodBuilder

Packages that use CallMethodBuilder
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
 CallMethodBuilder LinkedRuleBuilder.callMethod(String methodName)
          Calls a method on an object on the stack (normally the top/parent object), passing arguments collected from subsequent LinkedRuleBuilder.callParam() rule or from the body of this element.
 CallMethodBuilder CallMethodBuilder.useExactMatch(boolean useExactMatch)
          Should MethodUtils.invokeExactMethod be used for the reflection.
 CallMethodBuilder CallMethodBuilder.usingElementBodyAsArgument()
          Prepare the CallMethodRule 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(Class<?>... paramTypes)
          Sets the Java classes that represent the parameter types of the method arguments.
 CallMethodBuilder CallMethodBuilder.withParamTypes(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.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.