Package org.modelmapper.spi
Class ValueWriter.Member<T>
java.lang.Object
org.modelmapper.spi.ValueWriter.Member<T>
- Type Parameters:
T
- destination type
- Enclosing interface:
- ValueWriter<T>
A member of a given destination
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Member
Creates a member contains nested value- Parameters:
valueType
- the value type
-
-
Method Details
-
getValueType
-
getOrigin
The origin value of this member- Returns:
- the origin value
-
setValue
Set the value.- Parameters:
destination
- the destinationvalue
- the value
-