| Package | Description |
|---|---|
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator |
| Modifier and Type | Field and Description |
|---|---|
protected CompilerStrategy |
DefaultMapperFactory.compilerStrategy |
protected CompilerStrategy |
DefaultMapperFactory.MapperFactoryBuilder.compilerStrategy
The CompilerStrategy configured for the MapperFactory
|
| Modifier and Type | Method and Description |
|---|---|
static CompilerStrategy |
UtilityResolver.getDefaultCompilerStrategy()
Provides a default compiler strategy, favoring a type specified in the
appropriate system property if found.
|
| Modifier and Type | Method and Description |
|---|---|
B |
DefaultMapperFactory.MapperFactoryBuilder.compilerStrategy(CompilerStrategy compilerStrategy)
Configure the CompilerStrategy to use with the generated
MapperFactory
|
| Modifier and Type | Class and Description |
|---|---|
class |
EclipseJdtCompilerStrategy
Uses Eclipse JDT to format and compile the source for the specified
GeneratedSourceCode objects.
By default, this compiler strategy writes formatted source files relative to the current class path root. |
class |
JaninoCompilerStrategy |
class |
JavassistCompilerStrategy
Uses Javassist to generate compiled class for the passed GeneratedSourceCode
object.
By default this compiler strategy writes no source or class files. |
| Constructor and Description |
|---|
MapperGenerator(MapperFactory mapperFactory,
CompilerStrategy compilerStrategy) |
ObjectFactoryGenerator(MapperFactory mapperFactory,
ConstructorResolverStrategy constructorResolverStrategy,
CompilerStrategy compilerStrategy)
Creates a new ObjectFactoryGenerator instance
|
Copyright © 2017 Glasnost. All Rights Reserved.