| Package | Description |
|---|---|
| ma.glasnost.orika.impl.mapping.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
InstantiateAndUseCustomMapperStrategy
InstantiateAndUseCustomMapperStrategy uses a custom ObjectFactory and
a custom Mapper to map from source to destination type.
|
class |
InstantiateByDefaultAndUseCustomMapperStrategy
InstantiateByDefaultAndUseCustomMapperStrategy uses a custom mapper and creates instances
using the default constructor for the destination type.
|
class |
MapExistingAndUseCustomMapperStrategy
MapExistingAndUseCustomMapperStrategy maps in place using a custom mapper
|
class |
UseConverterStrategy |
class |
UseCustomMapperStrategy
UseCustomMapperStrategy uses a custom mapper to map the source to the destination
|
Copyright © 2019 Glasnost. All rights reserved.