Package javax.el
Class Util.MethodWrapper
- java.lang.Object
-
- javax.el.Util.Wrapper
-
- javax.el.Util.MethodWrapper
-
- Enclosing class:
- Util
private static class Util.MethodWrapper extends Util.Wrapper
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
m
-
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()
boolean
isBridge()
boolean
isVarArgs()
java.lang.Object
unWrap()
-
Methods inherited from class javax.el.Util.Wrapper
wrap, wrap
-
-
-
-
Method Detail
-
unWrap
public java.lang.Object unWrap()
- Specified by:
unWrap
in classUtil.Wrapper
-
getParameterTypes
public java.lang.Class<?>[] getParameterTypes()
- Specified by:
getParameterTypes
in classUtil.Wrapper
-
isVarArgs
public boolean isVarArgs()
- Specified by:
isVarArgs
in classUtil.Wrapper
-
isBridge
public boolean isBridge()
- Specified by:
isBridge
in classUtil.Wrapper
-
-