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