public class DefaultMethodWrapper extends Object implements MethodWrapper
Method to provide type
resolution for methods with generic arguments| Modifier and Type | Method and Description |
|---|---|
TypeWrapper |
getParamType(int index) |
TypeWrapper |
getReturnType() |
Class<?> |
getTargetClass() |
Method |
getTargetMethod() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLongName, getParameterCountpublic Class<?> getTargetClass()
getTargetClass in interface MethodWrapperpublic Method getTargetMethod()
getTargetMethod in interface MethodWrapperpublic TypeWrapper getParamType(int index)
getParamType in interface MethodWrapperpublic TypeWrapper getReturnType()
getReturnType in interface MethodWrapperCopyright © 2023. All rights reserved.