Package | Description |
---|---|
org.glassfish.hk2.utilities.reflection | |
org.glassfish.hk2.utilities.reflection.internal |
Modifier and Type | Method and Description |
---|---|
MethodWrapper |
ClassReflectionHelper.createMethodWrapper(java.lang.reflect.Method m)
Creates a method wrapper from the given method
|
static MethodWrapper |
ReflectionHelper.createMethodWrapper(java.lang.reflect.Method wrapMe)
Creates a method wrapper for the given method
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<MethodWrapper> |
ClassReflectionHelper.getAllMethods(java.lang.Class<?> clazz)
Gets all methods for a class (taking class heirarchy into account)
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
BeanReflectionHelper.isAGetter(MethodWrapper method)
Returns the property name if this is a getter
|
Modifier and Type | Class and Description |
---|---|
class |
MethodWrapperImpl
Wrapper of methods with an equals and hashCode that
makes methods hiding other methods be equal
|
Modifier and Type | Field and Description |
---|---|
private LRUHybridCache<java.lang.Class<?>,java.util.Set<MethodWrapper>> |
ClassReflectionHelperImpl.methodCache |
private static java.util.Set<MethodWrapper> |
ClassReflectionHelperUtilities.OBJECT_METHODS |
Modifier and Type | Method and Description |
---|---|
MethodWrapper |
ClassReflectionHelperImpl.createMethodWrapper(java.lang.reflect.Method m) |
Modifier and Type | Method and 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() |