public interface Setter
| Modifier and Type | Method and Description |
|---|---|
MapperFunction |
getMapperFunction() |
java.lang.Class |
getSetterRawComponentType() |
java.lang.Class |
getSetterRawType() |
void |
invokeSetter(java.lang.Object target,
java.lang.Object argument) |
static Setter |
of(FieldDescriptor fieldDescriptor) |
static Setter |
of(MethodDescriptor methodDescriptor) |
static Setter of(MethodDescriptor methodDescriptor)
static Setter of(FieldDescriptor fieldDescriptor)
void invokeSetter(java.lang.Object target,
java.lang.Object argument)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.Class getSetterRawType()
java.lang.Class getSetterRawComponentType()
MapperFunction getMapperFunction()
Copyright © 2003-present Jodd Team