| 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> ISetterMethod<T> | 
ReflectionUtil.createSetterMethod(ClassLoader classLoader,
                  Method method)  | 
static <T> ISetterMethod<T> | 
ReflectionUtil.createSetterMethod(Method method)  | 
<T> ISetterMethod<T> | 
IReflectionFactory.getSetterMethod(ClassLoader classLoader,
               Method method)  | 
<T> ISetterMethod<T> | 
IReflectionFactory.getSetterMethod(Method method)  | 
<T> ISetterMethod<T> | 
AbstractReflectionFactory.getSetterMethod(Method method)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractSetterMethod<T>
Provides a base class for the dynamic Setter implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ISetterMethod | 
ASMMethodFactory.getSetterMethod(ClassLoader classLoader,
               Method refMethod)
Retrieves an IMethod or creates a new class that represents this method. 
 | 
<T> ISetterMethod<T> | 
ASMReflectionFactory.getSetterMethod(ClassLoader classLoader,
               Method method)  | 
static ISetterMethod | 
ASMMethodFactory.getSetterMethod(Method refMethod)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StandardSetterMethod<T>
Provides a wrapper over the standard setter method reflection 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> ISetterMethod<T> | 
StandardReflectionFactory.getSetterMethod(ClassLoader classLoader,
               Method method)  | 
| Modifier and Type | Method and Description | 
|---|---|
ISetterMethod<Object> | 
PojoRepository.getSetter(Class<?> type,
         String property)  | 
| Modifier and Type | Method and Description | 
|---|---|
ISetterMethod<Object> | 
ProcedureCache.setterMethodFor(Method setterMethod)  | 
Copyright © GigaSpaces.