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