public class MethodInvokerConfig extends org.springframework.util.MethodInvoker implements Serializable
MethodInvoker
to add properties for specifying
a method for invocation within the UIFConstructor and Description |
---|
MethodInvokerConfig() |
Modifier and Type | Method and Description |
---|---|
Class[] |
getArgumentTypes()
Declared argument types for the method to be invoked, if not set the types will
be retrieved based on the target class and target name
|
protected Class[] |
getMethodArgumentTypes()
Finds the method on the target class that matches the target name and
returns the declared parameter types
|
void |
setArgumentTypes(Class[] argumentTypes)
Setter for the method argument types that should be invoked
|
void |
setStaticMethod(String staticMethod)
Override to catch a set staticMethod since super does
not contain a getter
|
findMatchingMethod, getArguments, getPreparedMethod, getTargetClass, getTargetMethod, getTargetObject, getTypeDifferenceWeight, invoke, isPrepared, prepare, resolveClassName, setArguments, setTargetClass, setTargetMethod, setTargetObject
public MethodInvokerConfig()
public void setStaticMethod(String staticMethod)
setStaticMethod
in class org.springframework.util.MethodInvoker
staticMethod
- - static method to invokepublic Class[] getArgumentTypes()
public void setArgumentTypes(Class[] argumentTypes)
argumentTypes
- protected Class[] getMethodArgumentTypes()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.