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