| Package | Description |
|---|---|
| ma.glasnost.orika.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCodeGenerationStrategy |
| Modifier and Type | Field and Description |
|---|---|
protected CodeGenerationStrategy |
DefaultMapperFactory.MapperFactoryBuilder.codeGenerationStrategy
The CodeGenerationStrategy configured for the MapperFactory
|
| Modifier and Type | Method and Description |
|---|---|
CodeGenerationStrategy |
DefaultMapperFactory.MapperFactoryBuilder.getCodeGenerationStrategy()
Get a reference to the CodeGenerationStrategy associated with this
MapperFactory, which may be used to configure/customize the
individual mapping Specifications that are used to generate code for
the various mapping scenarios.
|
| Modifier and Type | Method and Description |
|---|---|
B |
DefaultMapperFactory.MapperFactoryBuilder.codeGenerationStrategy(CodeGenerationStrategy codeGenerationStrategy)
Configure a CodeGenerationStrategy with this
MapperFactory, which may be used to configure/customize the
individual mapping Specifications that are used to generate code for
the various mapping scenarios.
|
Copyright © 2019 Glasnost. All rights reserved.