public class SetterParam extends Object
Constructor and Description |
---|
SetterParam(Method method,
Type type,
SerializedField field,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Object base) |
SerializedValue |
computeSerializedValue() |
SerializedField |
getField() |
String |
getName() |
Type |
getType() |
Object |
getValue() |
String |
toString() |
public SetterParam(Method method, Type type, SerializedField field, Object value)
public void apply(Object base) throws ReflectiveOperationException
ReflectiveOperationException
public String getName()
public Type getType()
public SerializedField getField()
public Object getValue()
public SerializedValue computeSerializedValue()
Copyright © 2020. All rights reserved.