Interface ISetterMethod<T>
- All Superinterfaces:
AnnotatedElement,IMember<T>,IProcedure<T>
- All Known Implementing Classes:
AbstractSetterMethod,StandardSetterMethod
Represents a setter 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
-
set
void set(T obj, Object arg) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
-