private static class ReflectionUtil.ConstructorWrapper extends ReflectionUtil.Wrapper
Modifier and Type | Field and Description |
---|---|
private java.lang.reflect.Constructor<?> |
c |
Constructor and Description |
---|
ConstructorWrapper(java.lang.reflect.Constructor<?> c) |
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