Uses of Interface
org.modelmapper.spi.ValueReader
-
Packages that use ValueReader Package Description org.modelmapper.config Configuration types -
-
Uses of ValueReader in org.modelmapper.config
Methods in org.modelmapper.config that return types with arguments of type ValueReader Modifier and Type Method Description List<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 ValueReader Modifier and Type Method Description <T> Configuration
Configuration. addValueReader(ValueReader<T> valueReader)
Registers thevalueReader
to use when mapping from instances of typesT
.
-