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