Uses of Interface
org.modelmapper.spi.ValueWriter
-
Packages that use ValueWriter Package Description org.modelmapper.config Configuration types -
-
Uses of ValueWriter in org.modelmapper.config
Methods in org.modelmapper.config that return types with arguments of type ValueWriter Modifier and Type Method Description List<ValueWriter<?>>
Configuration. getValueWriters()
Gets a thread-safe, mutable, ordered list of internal and user-defined ValueWriters that are used to write destination object values during mapping.Methods in org.modelmapper.config with parameters of type ValueWriter Modifier and Type Method Description <T> Configuration
Configuration. addValueWriter(ValueWriter<T> valueWriter)
Registers thevalueWriter
to use when mapping property to instances of typesT
.
-