T - the target typeP - the property typeAppendCollectionSetter, ConvertDelegateSetter, FieldSetter, IndexedBooleanArraySetter, IndexedByteArraySetter, IndexedCharArraySetter, IndexedDoubleArraySetter, IndexedFloatArraySetter, IndexedIntArraySetter, IndexedListSetter, IndexedLongArraySetter, IndexedObjectArraySetter, IndexedShortArraySetter, MethodSetter, NullSetter, SetterOnGetterpublic interface Setter<T,P>
use ObjectSetterFactory to instantiate.
ObjectSetterFactory,
FieldSetter,
MethodSetter| Modifier and Type | Method | Description |
|---|---|---|
void |
set(T target,
P value) |
Set the properties on the target object to value.
|
Copyright © 2019. All rights reserved.