public class ProcedureCache extends Object
| Constructor and Description | 
|---|
ProcedureCache()  | 
| Modifier and Type | Method and Description | 
|---|---|
IConstructor<Object> | 
constructorFor(Constructor<Object> constructor)  | 
IGetterMethod<Object> | 
getterMethodFor(Method getterMethod)  | 
ISetterMethod<Object> | 
setterMethodFor(Method setterMethod)  | 
public IGetterMethod<Object> getterMethodFor(Method getterMethod)
getterMethod - The Method instance that matches a property
                     getter.IGetterMethod for this getter
 method.public ISetterMethod<Object> setterMethodFor(Method setterMethod)
setterMethod - The Method instance that matches a property
                     setter.ISetterMethod for this setter
 method.public IConstructor<Object> constructorFor(Constructor<Object> constructor)
constructor - The default no-args Constructor matching a POJO
                    typeIConstructor for this
 contructor.Copyright © GigaSpaces.