InvocationBinder 接口
public interface InvocationBinder
用于传递有关方法签名的信息的抽象。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
abstract java.util.List<java.lang.reflect.Type> | getParameterTypes(String methodName) |
abstract java.lang.reflect.Type | getReturnType(String invocationId) |
方法详细信息
getParameterTypes
public abstract List
Parameters:
methodName
getReturnType
public abstract Type getReturnType(String invocationId)
Parameters:
invocationId