Uses of Class
com.sun.el.util.ReflectionUtil.Wrapper
-
Packages that use ReflectionUtil.Wrapper Package Description com.sun.el.util -
-
Uses of ReflectionUtil.Wrapper in com.sun.el.util
Subclasses of ReflectionUtil.Wrapper in com.sun.el.util Modifier and Type Class Description private static classReflectionUtil.ConstructorWrapperprivate static classReflectionUtil.MethodWrapperMethods in com.sun.el.util that return ReflectionUtil.Wrapper Modifier and Type Method Description private static ReflectionUtil.WrapperReflectionUtil. findMostSpecificWrapper(java.util.List<ReflectionUtil.Wrapper> candidates, java.lang.Class<?>[] matchingTypes, boolean elSpecific, java.lang.String errorMsg)private static ReflectionUtil.WrapperReflectionUtil. findWrapper(java.lang.Class<?> clazz, java.util.List<ReflectionUtil.Wrapper> wrappers, java.lang.String name, java.lang.Class<?>[] paramTypes, java.lang.Object[] paramValues)Methods in com.sun.el.util that return types with arguments of type ReflectionUtil.Wrapper Modifier and Type Method Description static java.util.List<ReflectionUtil.Wrapper>ReflectionUtil.Wrapper. wrap(java.lang.reflect.Constructor<?>[] constructors)static java.util.List<ReflectionUtil.Wrapper>ReflectionUtil.Wrapper. wrap(java.lang.reflect.Method[] methods, java.lang.String name)Methods in com.sun.el.util with parameters of type ReflectionUtil.Wrapper Modifier and Type Method Description private static intReflectionUtil. isMoreSpecific(ReflectionUtil.Wrapper wrapper1, ReflectionUtil.Wrapper wrapper2, java.lang.Class<?>[] matchingTypes, boolean elSpecific)Method parameters in com.sun.el.util with type arguments of type ReflectionUtil.Wrapper Modifier and Type Method Description private static ReflectionUtil.WrapperReflectionUtil. findMostSpecificWrapper(java.util.List<ReflectionUtil.Wrapper> candidates, java.lang.Class<?>[] matchingTypes, boolean elSpecific, java.lang.String errorMsg)private static ReflectionUtil.WrapperReflectionUtil. findWrapper(java.lang.Class<?> clazz, java.util.List<ReflectionUtil.Wrapper> wrappers, java.lang.String name, java.lang.Class<?>[] paramTypes, java.lang.Object[] paramValues)
-