- Type Parameters:
T- the target typeP- the property type
- All Known Implementing Classes:
AppendCollectionSetter,ConvertDelegateSetter,FieldSetter,IndexedBooleanArraySetter,IndexedByteArraySetter,IndexedCharArraySetter,IndexedDoubleArraySetter,IndexedFloatArraySetter,IndexedIntArraySetter,IndexedListSetter,IndexedLongArraySetter,IndexedObjectArraySetter,IndexedShortArraySetter,MethodSetter,NullSetter,SetterOnGetter
public interface Setter<T,P>
Represent a setter of a property of type P on a object of type T.
use ObjectSetterFactory to instantiate.
- See Also:
-
Method Summary
-
Method Details
-
set
Set the properties on the target object to value.- Parameters:
target- the target to set the value onvalue- the value to set- Throws:
Exception- if anything goes wrong
-