InvocationBinder Interface
public interface InvocationBinder
An abstraction for passing around information about method signatures.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<java.lang.reflect.Type> | getParameterTypes(String methodName) |
abstract java.lang.reflect.Type | getReturnType(String invocationId) |
Method Details
getParameterTypes
public abstract List
Parameters:
methodName
getReturnType
public abstract Type getReturnType(String invocationId)
Parameters:
invocationId