|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompilerStrategy | |
|---|---|
| ma.glasnost.orika.impl | |
| ma.glasnost.orika.impl.generator | |
| Uses of CompilerStrategy in ma.glasnost.orika.impl |
|---|
| Fields in ma.glasnost.orika.impl declared as CompilerStrategy | |
|---|---|
protected CompilerStrategy |
DefaultMapperFactory.MapperFactoryBuilder.compilerStrategy
The CompilerStrategy configured for the MapperFactory |
| Methods in ma.glasnost.orika.impl that return CompilerStrategy | |
|---|---|
static CompilerStrategy |
UtilityResolver.getDefaultCompilerStrategy()
Provides a default compiler strategy, favoring a type specified in the appropriate system property if found. |
| Methods in ma.glasnost.orika.impl with parameters of type CompilerStrategy | |
|---|---|
B |
DefaultMapperFactory.MapperFactoryBuilder.compilerStrategy(CompilerStrategy compilerStrategy)
Configure the CompilerStrategy to use with the generated MapperFactory |
| Uses of CompilerStrategy in ma.glasnost.orika.impl.generator |
|---|
| Subclasses of CompilerStrategy in ma.glasnost.orika.impl.generator | |
|---|---|
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 |
JavassistCompilerStrategy
Uses Javassist to generate compiled class for the passed GeneratedSourceCode object. By default this compiler strategy writes no source or class files. |
| Constructors in ma.glasnost.orika.impl.generator with parameters of type CompilerStrategy | |
|---|---|
MapperGenerator(MapperFactory mapperFactory,
CompilerStrategy compilerStrategy)
|
|
ObjectFactoryGenerator(MapperFactory mapperFactory,
ConstructorResolverStrategy constructorResolverStrategy,
CompilerStrategy compilerStrategy)
Creates a new ObjectFactoryGenerator instance |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||