public abstract class AbstractGetterMethod<T> extends StandardProcedure<T> implements IGetterMethod<T>
| Modifier and Type | Field and Description | 
|---|---|
| static String | INTERNAL_NAME | 
_method| Constructor and Description | 
|---|
| AbstractGetterMethod(Method method) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | get(T obj) | 
| abstract Object | internalGet(T obj) | 
equals, getAnnotation, getAnnotations, getDeclaredAnnotations, getDeclaringClass, getExceptionTypes, getMember, getMethod, getModifiers, getName, getParameterTypes, getReturnType, hashCode, isAccessible, isAnnotationPresent, setAccessible, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExceptionTypes, getMethod, getParameterTypes, getReturnTypegetDeclaringClass, getMember, getModifiers, getName, isAccessible, setAccessiblegetAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentpublic static final String INTERNAL_NAME
public AbstractGetterMethod(Method method)
public Object get(T obj) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
get in interface IGetterMethod<T>IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionCopyright © GigaSpaces.