Uses of Interface
org.glassfish.hk2.utilities.reflection.MethodWrapper
-
Packages that use MethodWrapper Package Description org.glassfish.hk2.utilities.reflection org.glassfish.hk2.utilities.reflection.internal -
-
Uses of MethodWrapper in org.glassfish.hk2.utilities.reflection
Methods in org.glassfish.hk2.utilities.reflection that return MethodWrapper Modifier and Type Method Description MethodWrapper
ClassReflectionHelper. createMethodWrapper(java.lang.reflect.Method m)
Creates a method wrapper from the given methodstatic MethodWrapper
ReflectionHelper. createMethodWrapper(java.lang.reflect.Method wrapMe)
Creates a method wrapper for the given methodMethods in org.glassfish.hk2.utilities.reflection that return types with arguments of type MethodWrapper Modifier and Type Method Description java.util.Set<MethodWrapper>
ClassReflectionHelper. getAllMethods(java.lang.Class<?> clazz)
Gets all methods for a class (taking class heirarchy into account)Methods in org.glassfish.hk2.utilities.reflection with parameters of type MethodWrapper Modifier and Type Method Description private static java.lang.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 MethodWrapper Modifier and Type Class Description class
MethodWrapperImpl
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 MethodWrapper Modifier and Type Field Description private LRUHybridCache<java.lang.Class<?>,java.util.Set<MethodWrapper>>
ClassReflectionHelperImpl. methodCache
private static java.util.Set<MethodWrapper>
ClassReflectionHelperUtilities. OBJECT_METHODS
Methods in org.glassfish.hk2.utilities.reflection.internal that return MethodWrapper Modifier and Type Method Description MethodWrapper
ClassReflectionHelperImpl. createMethodWrapper(java.lang.reflect.Method m)
Methods in org.glassfish.hk2.utilities.reflection.internal that return types with arguments of type MethodWrapper Modifier and Type Method Description java.util.Set<MethodWrapper>
ClassReflectionHelperImpl. getAllMethods(java.lang.Class<?> clazz)
(package private) static java.util.Set<MethodWrapper>
ClassReflectionHelperUtilities. getAllMethodWrappers(java.lang.Class<?> clazz)
private static java.util.Set<MethodWrapper>
ClassReflectionHelperUtilities. getDeclaredMethodWrappers(java.lang.Class<?> clazz)
Gets the EXACT set of MethodWrappers on this class only.private static java.util.Set<MethodWrapper>
ClassReflectionHelperUtilities. getObjectMethods()
-