Uses of Interface
org.modelmapper.spi.ValueWriter
Packages that use ValueWriter
-
Uses of ValueWriter in org.modelmapper.config
Methods in org.modelmapper.config that return types with arguments of type ValueWriterModifier and TypeMethodDescriptionList<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 ValueWriterModifier and TypeMethodDescription<T> ConfigurationConfiguration.addValueWriter(ValueWriter<T> valueWriter) Registers thevalueWriterto use when mapping property to instances of typesT.