|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MappingStrategy | |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.mapping.strategy | |
| Uses of MappingStrategy in ma.glasnost.orika |
|---|
| Methods in ma.glasnost.orika that return MappingStrategy | ||
|---|---|---|
|
MapperFacade.resolveMappingStrategy(S sourceObject,
Type rawAType,
Type rawBType,
boolean mapInPlace,
MappingContext context)
Resolves a reusable MappingStrategy for the given set of inputs. |
|
| Uses of MappingStrategy in ma.glasnost.orika.impl |
|---|
| Methods in ma.glasnost.orika.impl that return MappingStrategy | ||
|---|---|---|
|
MapperFacadeImpl.resolveMappingStrategy(S sourceObject,
Type initialSourceType,
Type initialDestinationType,
boolean mapInPlace,
MappingContext context)
Resolves a reusable MappingStrategy for the given set of inputs. |
|
|
ConfigurableMapper.resolveMappingStrategy(S sourceObject,
Type rawAType,
Type rawBType,
boolean mapInPlace,
MappingContext context)
|
|
| Uses of MappingStrategy in ma.glasnost.orika.impl.mapping.strategy |
|---|
| Classes in ma.glasnost.orika.impl.mapping.strategy that implement MappingStrategy | |
|---|---|
class |
AbstractMappingStrategy
AbstractMappingStrategy provides base MappingStrategy functionality |
class |
CopyByReferenceStrategy
CopyByReferenceStrategy copies the source reference directly to the destination |
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 |
| Methods in ma.glasnost.orika.impl.mapping.strategy that return MappingStrategy | |
|---|---|
MappingStrategy |
MappingStrategyRecorder.playback()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||