| Package | Description |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.mapping.strategy |
| Modifier and Type | Field and Description |
|---|---|
protected MappingStrategy |
MappingContext.resolvedStrategy |
| Modifier and Type | Method and Description |
|---|---|
MappingStrategy |
MappingException.getMappingStrategy() |
MappingStrategy |
MappingContext.getResolvedStrategy() |
<S,D> MappingStrategy |
MapperFacade.resolveMappingStrategy(S sourceObject,
Type sourceType,
Type destinationType,
boolean mapInPlace,
MappingContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingException.setMappingStrategy(MappingStrategy mappingStrategy) |
void |
MappingContext.setResolvedStrategy(MappingStrategy resolvedStrategy) |
| Modifier and Type | Method and Description |
|---|---|
<S,D> MappingStrategy |
ConfigurableMapper.resolveMappingStrategy(S sourceObject,
Type rawAType,
Type rawBType,
boolean mapInPlace,
MappingContext context) |
<S,D> MappingStrategy |
MapperFacadeImpl.resolveMappingStrategy(S sourceObject,
Type initialSourceType,
Type initialDestinationType,
boolean mapInPlace,
MappingContext context)
Resolves a reusable MappingStrategy for the given set of inputs.
|
| Modifier and Type | Method and Description |
|---|---|
<S,D> D |
MapperFacadeImpl.map(S sourceObject,
Type<S> sourceType,
Type<D> destinationType,
MappingContext context,
MappingStrategy suggestedStrategy) |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
MappingStrategy |
MappingStrategyRecorder.playback() |
Copyright © 2019 Glasnost. All rights reserved.