Uses of Interface
org.modelmapper.spi.ValueReader
Packages that use ValueReader
-
Uses of ValueReader in org.modelmapper.config
Methods in org.modelmapper.config that return types with arguments of type ValueReaderModifier and TypeMethodDescriptionList<ValueReader<?>>
Configuration.getValueReaders()
Gets a thread-safe, mutable, ordered list of internal and user-defined ValueReaders that are used to read source object values during mapping.Methods in org.modelmapper.config with parameters of type ValueReaderModifier and TypeMethodDescription<T> Configuration
Configuration.addValueReader
(ValueReader<T> valueReader) Registers thevalueReader
to use when mapping from instances of typesT
.