Uses of Class
org.glassfish.expressly.util.ReflectionUtil.Wrapper
Packages that use ReflectionUtil.Wrapper
-
Uses of ReflectionUtil.Wrapper in org.glassfish.expressly.util
Subclasses of ReflectionUtil.Wrapper in org.glassfish.expressly.utilMethods in org.glassfish.expressly.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<?>[] requiredParamTypes, Object[] requiredParamValues) Methods in org.glassfish.expressly.util that return types with arguments of type ReflectionUtil.WrapperMethods in org.glassfish.expressly.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 org.glassfish.expressly.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<?>[] requiredParamTypes, Object[] requiredParamValues)