private static class ReflectionUtil.MethodWrapper extends ReflectionUtil.Wrapper
Modifier and Type | Field and Description |
---|---|
private java.lang.reflect.Method |
m |
Constructor and Description |
---|
MethodWrapper(java.lang.reflect.Method m) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?>[] |
getParameterTypes() |
boolean |
isBridge() |
boolean |
isVarArgs() |
java.lang.Object |
unWrap() |
wrap, wrap
public java.lang.Object unWrap()
unWrap
in class ReflectionUtil.Wrapper
public java.lang.Class<?>[] getParameterTypes()
getParameterTypes
in class ReflectionUtil.Wrapper
public boolean isVarArgs()
isVarArgs
in class ReflectionUtil.Wrapper
public boolean isBridge()
isBridge
in class ReflectionUtil.Wrapper