Interface JavaConstant.MethodType.Dispatcher
- Enclosing class:
JavaConstant.MethodType
@Proxied("java.lang.invoke.MethodType")
protected static interface JavaConstant.MethodType.Dispatcher
A dispatcher for extracting information from a
java.lang.invoke.MethodType instance.-
Method Summary
Modifier and TypeMethodDescriptionClass<?>[]parameterArray(Object methodType) Extracts the parameter types of the supplied method type.Class<?> returnType(Object methodType) Extracts the return type of the supplied method type.
-
Method Details
-
returnType
-
parameterArray
-