Interface IGetterMethod<T>
- All Superinterfaces:
AnnotatedElement,IMember<T>,IProcedure<T>
- All Known Implementing Classes:
AbstractGetterMethod,StandardGetterMethod
Represents a getter method
- Since:
- 6.5.1
- Author:
- GuyK
-
Field Summary
Fields -
Method Summary
Methods 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
-
Field Details
-
INTERNAL_NAME
-
-
Method Details