Class StandardSetterMethod<T>
java.lang.Object
com.gigaspaces.internal.reflection.standard.StandardProcedure<T>
com.gigaspaces.internal.reflection.standard.StandardMethod<T>
com.gigaspaces.internal.reflection.standard.StandardSetterMethod<T>
- All Implemented Interfaces:
IMember<T>, IMethod<T>, IProcedure<T>, ISetterMethod<T>, AnnotatedElement
Provides a wrapper over the standard setter method reflection
- Since:
- 6.5.1
- Author:
- GuyK
-
Field Summary
Fields inherited from class StandardProcedure
_methodFields inherited from interface IMethod
ARRAY_DESCRIPTOR_NAME, DESCRIPTOR_NAMEFields inherited from interface IProcedure
INTERNAL_NAMEFields inherited from interface ISetterMethod
INTERNAL_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StandardMethod
invokeMethods inherited from class StandardProcedure
equals, getAnnotation, getAnnotations, getDeclaredAnnotations, getDeclaringClass, getExceptionTypes, getMember, getMethod, getModifiers, getName, getParameterTypes, getReturnType, hashCode, isAccessible, isAnnotationPresent, setAccessible, toStringMethods inherited from interface AnnotatedElement
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface IMember
getDeclaringClass, getMember, getModifiers, getName, isAccessible, setAccessibleMethods inherited from interface IProcedure
getExceptionTypes, getMethod, getParameterTypes, getReturnType
-
Constructor Details
-
StandardSetterMethod
-
-
Method Details
-
set
public void set(T obj, Object arg) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException - Specified by:
setin interfaceISetterMethod<T>- Throws:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-