共用方式為


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 getParameterTypes(String methodName)

Parameters:

methodName

getReturnType

public abstract Type getReturnType(String invocationId)

Parameters:

invocationId

適用於