private static class ELUtil.MethodWrapper extends ELUtil.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, wrappublic java.lang.Object unWrap()
unWrap in class ELUtil.Wrapperpublic java.lang.Class<?>[] getParameterTypes()
getParameterTypes in class ELUtil.Wrapperpublic boolean isVarArgs()
isVarArgs in class ELUtil.Wrapperpublic boolean isBridge()
isBridge in class ELUtil.Wrapper