Package javax.el
Class ELUtil.MethodWrapper
- java.lang.Object
-
- javax.el.ELUtil.Wrapper
-
- javax.el.ELUtil.MethodWrapper
-
- Enclosing class:
- ELUtil
private static class ELUtil.MethodWrapper extends ELUtil.Wrapper
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Methodm
-
Constructor Summary
Constructors Constructor Description MethodWrapper(java.lang.reflect.Method m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>[]getParameterTypes()booleanisBridge()booleanisVarArgs()java.lang.ObjectunWrap()-
Methods inherited from class javax.el.ELUtil.Wrapper
wrap, wrap
-
-
-
-
Method Detail
-
unWrap
public java.lang.Object unWrap()
- Specified by:
unWrapin classELUtil.Wrapper
-
getParameterTypes
public java.lang.Class<?>[] getParameterTypes()
- Specified by:
getParameterTypesin classELUtil.Wrapper
-
isVarArgs
public boolean isVarArgs()
- Specified by:
isVarArgsin classELUtil.Wrapper
-
isBridge
public boolean isBridge()
- Specified by:
isBridgein classELUtil.Wrapper
-
-