Class StandardGetterMethod<T>
java.lang.Object
com.gigaspaces.internal.reflection.standard.StandardProcedure<T>
com.gigaspaces.internal.reflection.standard.StandardMethod<T>
com.gigaspaces.internal.reflection.standard.StandardGetterMethod<T>
- All Implemented Interfaces:
IGetterMethod<T>,IMember<T>,IMethod<T>,IProcedure<T>,AnnotatedElement
Provides a wrapper over the standard getter method reflection
- Since:
- 6.5.1
- Author:
- GuyK
-
Field Summary
Fields inherited from class com.gigaspaces.internal.reflection.standard.StandardProcedure
_methodFields inherited from interface com.gigaspaces.internal.reflection.IGetterMethod
INTERNAL_NAMEFields inherited from interface com.gigaspaces.internal.reflection.IMethod
ARRAY_DESCRIPTOR_NAME, DESCRIPTOR_NAMEFields inherited from interface com.gigaspaces.internal.reflection.IProcedure
INTERNAL_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.gigaspaces.internal.reflection.standard.StandardMethod
invokeMethods inherited from class com.gigaspaces.internal.reflection.standard.StandardProcedure
equals, getAnnotation, getAnnotations, getDeclaredAnnotations, getDeclaringClass, getExceptionTypes, getMember, getMethod, getModifiers, getName, getParameterTypes, getReturnType, hashCode, isAccessible, isAnnotationPresent, setAccessible, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface com.gigaspaces.internal.reflection.IMember
getDeclaringClass, getMember, getModifiers, getName, isAccessible, setAccessibleMethods inherited from interface com.gigaspaces.internal.reflection.IProcedure
getExceptionTypes, getMethod, getParameterTypes, getReturnType
-
Constructor Details
-
StandardGetterMethod
-
-
Method Details
-
get
public Object get(T obj) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException - Specified by:
getin interfaceIGetterMethod<T>- Throws:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-