| Package | Description |
|---|---|
| ma.glasnost.orika | |
| ma.glasnost.orika.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
MappingContext.Factory
Factory constructs instances of the base MappingContext
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NonCyclicMappingContext.Factory
Factory constructs instances of the base MappingContext
|
| Modifier and Type | Field and Description |
|---|---|
protected MappingContextFactory |
DefaultMapperFactory.contextFactory |
protected MappingContextFactory |
DefaultMapperFactory.MapperFactoryBuilder.mappingContextFactory
The MappingContextFactory configured for the MapperFactory
|
protected MappingContextFactory |
DefaultMapperFactory.nonCyclicContextFactory |
| Modifier and Type | Method and Description |
|---|---|
static MappingContextFactory |
UtilityResolver.getDefaultMappingContextFactory()
Provides a default ClassMapBuilderFactory instance, favoring a type
specified in the appropriate system property if found.
|
| Modifier and Type | Method and Description |
|---|---|
protected MapperFacade |
DefaultMapperFactory.buildMapperFacade(MappingContextFactory contextFactory,
UnenhanceStrategy unenhanceStrategy)
Builds the MapperFacade for this factory.
|
B |
DefaultMapperFactory.MapperFactoryBuilder.mappingContextFactory(MappingContextFactory mappingContextFactory)
Configure the MappingContextFactory to use with the generated
MapperFactory
|
| Constructor and Description |
|---|
MapperFacadeImpl(MapperFactory mapperFactory,
MappingContextFactory contextFactory,
UnenhanceStrategy unenhanceStrategy,
ExceptionUtility exceptionUtil)
Constructs a new MapperFacadeImpl
|
Copyright © 2019 Glasnost. All rights reserved.