Package | Description |
---|---|
com.gigaspaces.internal.reflection | |
com.gigaspaces.internal.reflection.fast | |
com.gigaspaces.internal.reflection.standard | |
com.gigaspaces.persistency.metadata | |
org.openspaces.persistency.support |
Support classes for persistency.
|
Modifier and Type | Method and Description |
---|---|
static <T> IGetterMethod<T> |
ReflectionUtil.createGetterMethod(ClassLoader classLoader,
Method method) |
static <T> IGetterMethod<T> |
ReflectionUtil.createGetterMethod(Method method) |
<T> IGetterMethod<T> |
IReflectionFactory.getGetterMethod(ClassLoader classLoader,
Method method) |
default <T> IGetterMethod<T> |
IReflectionFactory.getGetterMethod(Method method) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGetterMethod<T>
Provides a base class for the dynamic Getter implementation.
|
Modifier and Type | Method and Description |
---|---|
static IGetterMethod |
ASMMethodFactory.getGetterMethod(ClassLoader classLoader,
Method refMethod)
Retrieves an IMethod or creates a new class that represents this method.
|
<T> IGetterMethod<T> |
ASMReflectionFactory.getGetterMethod(ClassLoader classLoader,
Method method) |
static IGetterMethod |
ASMMethodFactory.getGetterMethod(Method refMethod) |
Modifier and Type | Class and Description |
---|---|
class |
StandardGetterMethod<T>
Provides a wrapper over the standard getter method reflection
|
Modifier and Type | Method and Description |
---|---|
<T> IGetterMethod<T> |
StandardReflectionFactory.getGetterMethod(ClassLoader classLoader,
Method method) |
Modifier and Type | Method and Description |
---|---|
IGetterMethod<Object> |
PojoRepository.getGetter(Class<?> type,
String property) |
Modifier and Type | Method and Description |
---|---|
IGetterMethod<Object> |
ProcedureCache.getterMethodFor(Method getterMethod) |
Copyright © GigaSpaces.