Interface Setter
public interface Setter
Unified setter property interface for both methods and fields.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvokeSetter(Object target, Object argument) static Setterof(FieldDescriptor fieldDescriptor) static Setterof(MethodDescriptor methodDescriptor)
-
Method Details
-
of
-
of
-
invokeSetter
void invokeSetter(Object target, Object argument) throws IllegalAccessException, InvocationTargetException -
getSetterRawType
Class getSetterRawType() -
getSetterRawComponentType
Class getSetterRawComponentType() -
getMapperFunction
MapperFunction getMapperFunction()
-