T - the target typeP - the property typepublic interface Setter<T,P>
use ObjectSetterFactory to instantiate.
ObjectSetterFactory,
FieldSetter,
MethodSetter| Modifier and Type | Method and Description |
|---|---|
void |
set(T target,
P value)
Set the properties on the target object to value.
|
Copyright © 2017. All rights reserved.