Class AbstractGetterMethod<T>

java.lang.Object
com.gigaspaces.internal.reflection.standard.StandardProcedure<T>
com.gigaspaces.internal.reflection.fast.AbstractGetterMethod<T>
All Implemented Interfaces:
IGetterMethod<T>, IMember<T>, IProcedure<T>, AnnotatedElement

public abstract class AbstractGetterMethod<T> extends StandardProcedure<T> implements IGetterMethod<T>
Provides a base class for the dynamic Getter implementation. Wraps any exception thrown with InvocationTargetException.
Since:
7.0
Author:
guy