Uses of Class
com.sun.el.util.ReflectionUtil.Wrapper
Packages that use ReflectionUtil.Wrapper
-
Uses of ReflectionUtil.Wrapper in com.sun.el.util
Subclasses of ReflectionUtil.Wrapper in com.sun.el.utilModifier and TypeClassDescriptionprivate static classprivate static classMethods in com.sun.el.util that return ReflectionUtil.WrapperModifier and TypeMethodDescriptionprivate static ReflectionUtil.WrapperReflectionUtil.findMostSpecificWrapper(List<ReflectionUtil.Wrapper> candidates, Class<?>[] matchingTypes, boolean elSpecific, String errorMsg) private static ReflectionUtil.WrapperReflectionUtil.findWrapper(Class<?> clazz, List<ReflectionUtil.Wrapper> wrappers, String name, Class<?>[] paramTypes, Object[] paramValues) Methods in com.sun.el.util that return types with arguments of type ReflectionUtil.WrapperModifier and TypeMethodDescriptionstatic List<ReflectionUtil.Wrapper>ReflectionUtil.Wrapper.wrap(Constructor<?>[] constructors) static List<ReflectionUtil.Wrapper>Methods in com.sun.el.util with parameters of type ReflectionUtil.WrapperModifier and TypeMethodDescriptionprivate static intReflectionUtil.isMoreSpecific(ReflectionUtil.Wrapper wrapper1, ReflectionUtil.Wrapper wrapper2, Class<?>[] matchingTypes, boolean elSpecific) Method parameters in com.sun.el.util with type arguments of type ReflectionUtil.WrapperModifier and TypeMethodDescriptionprivate static ReflectionUtil.WrapperReflectionUtil.findMostSpecificWrapper(List<ReflectionUtil.Wrapper> candidates, Class<?>[] matchingTypes, boolean elSpecific, String errorMsg) private static ReflectionUtil.WrapperReflectionUtil.findWrapper(Class<?> clazz, List<ReflectionUtil.Wrapper> wrappers, String name, Class<?>[] paramTypes, Object[] paramValues)