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 MethodWrapperClassReflectionHelper. createMethodWrapper(java.lang.reflect.Method m)Creates a method wrapper from the given methodstatic MethodWrapperReflectionHelper. 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.StringBeanReflectionHelper. 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 classMethodWrapperImplWrapper 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. methodCacheprivate static java.util.Set<MethodWrapper>ClassReflectionHelperUtilities. OBJECT_METHODSMethods in org.glassfish.hk2.utilities.reflection.internal that return MethodWrapper Modifier and Type Method Description MethodWrapperClassReflectionHelperImpl. 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()
-