InvocationBinder Rozhraní

public interface InvocationBinder

Abstrakce pro předávání informací o signaturách metody.

Souhrn metod

Modifikátor a typ Metoda a popis
abstract java.util.List<java.lang.reflect.Type> getParameterTypes(String methodName)
abstract java.lang.reflect.Type getReturnType(String invocationId)

Podrobnosti metody

getParameterTypes

public abstract List getParameterTypes(String methodName)

Parameters:

methodName

getReturnType

public abstract Type getReturnType(String invocationId)

Parameters:

invocationId

Platí pro