Uses of Interface
org.glassfish.hk2.utilities.reflection.MethodWrapper
Packages that use MethodWrapper
Package
Description
-
Uses of MethodWrapper in org.glassfish.hk2.utilities.reflection
Methods in org.glassfish.hk2.utilities.reflection that return MethodWrapperModifier and TypeMethodDescriptionClassReflectionHelper.createMethodWrapper
(Method m) Creates a method wrapper from the given methodstatic MethodWrapper
ReflectionHelper.createMethodWrapper
(Method wrapMe) Creates a method wrapper for the given methodMethods in org.glassfish.hk2.utilities.reflection that return types with arguments of type MethodWrapperModifier and TypeMethodDescriptionClassReflectionHelper.getAllMethods
(Class<?> clazz) Gets all methods for a class (taking class heirarchy into account)Methods in org.glassfish.hk2.utilities.reflection with parameters of type MethodWrapperModifier and TypeMethodDescriptionprivate static String
BeanReflectionHelper.isAGetter
(MethodWrapper method) Returns the property name if this is a getter -
Uses of MethodWrapper in org.glassfish.hk2.utilities.reflection.internal
Classes in org.glassfish.hk2.utilities.reflection.internal that implement MethodWrapperModifier and TypeClassDescriptionclass
Wrapper of methods with an equals and hashCode that makes methods hiding other methods be equalFields in org.glassfish.hk2.utilities.reflection.internal with type parameters of type MethodWrapperModifier and TypeFieldDescriptionprivate final LRUHybridCache
<Class<?>, Set<MethodWrapper>> ClassReflectionHelperImpl.methodCache
private static final Set
<MethodWrapper> ClassReflectionHelperUtilities.OBJECT_METHODS
Methods in org.glassfish.hk2.utilities.reflection.internal that return MethodWrapperMethods in org.glassfish.hk2.utilities.reflection.internal that return types with arguments of type MethodWrapperModifier and TypeMethodDescriptionClassReflectionHelperImpl.getAllMethods
(Class<?> clazz) (package private) static Set
<MethodWrapper> ClassReflectionHelperUtilities.getAllMethodWrappers
(Class<?> clazz) private static Set
<MethodWrapper> ClassReflectionHelperUtilities.getDeclaredMethodWrappers
(Class<?> clazz) Gets the EXACT set of MethodWrappers on this class only.private static Set
<MethodWrapper> ClassReflectionHelperUtilities.getObjectMethods()