Package com.sun.el.util
Class ReflectionUtil.ConstructorWrapper
- java.lang.Object
-
- com.sun.el.util.ReflectionUtil.Wrapper
-
- com.sun.el.util.ReflectionUtil.ConstructorWrapper
-
- Enclosing class:
- ReflectionUtil
private static class ReflectionUtil.ConstructorWrapper extends ReflectionUtil.Wrapper
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Constructor<?>
c
-
Constructor Summary
Constructors Constructor Description ConstructorWrapper(java.lang.reflect.Constructor<?> c)
-
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 com.sun.el.util.ReflectionUtil.Wrapper
wrap, wrap
-
-
-
-
Method Detail
-
unWrap
public java.lang.Object unWrap()
- Specified by:
unWrap
in classReflectionUtil.Wrapper
-
getParameterTypes
public java.lang.Class<?>[] getParameterTypes()
- Specified by:
getParameterTypes
in classReflectionUtil.Wrapper
-
isVarArgs
public boolean isVarArgs()
- Specified by:
isVarArgs
in classReflectionUtil.Wrapper
-
isBridge
public boolean isBridge()
- Specified by:
isBridge
in classReflectionUtil.Wrapper
-
-