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>
public abstract static class ValueWriter.Member<T> extends Object
A member of a given destination
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Class<T>
getOrigin()
The origin value of this memberClass<Object>
getValueType()
abstract void
setValue(T destination, Object value)
Set the value.
-
-
-
Constructor Detail
-
Member
public Member(Class<?> valueType)
Creates a member contains nested value- Parameters:
valueType
- the value type
-
-