Package | Description |
---|---|
org.modelmapper.config |
Configuration types
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
<T> Configuration |
Configuration.addValueReader(ValueReader<T> valueReader)
Registers the
valueReader to use when mapping from instances of types T . |
Copyright © 2011–2024. All rights reserved.