| Package | Description |
|---|---|
| ma.glasnost.orika.impl.generator |
| Modifier and Type | Method and Description |
|---|---|
void |
EclipseJdtCompilerStrategy.assureTypeIsAccessible(Class<?> type) |
abstract void |
CompilerStrategy.assureTypeIsAccessible(Class<?> type)
Verify that the Class provided is accessible to the compiler/generator.
|
void |
JaninoCompilerStrategy.assureTypeIsAccessible(Class<?> type) |
void |
JavassistCompilerStrategy.assureTypeIsAccessible(Class<?> type) |
protected Class<?> |
SourceCodeContext.compileClass()
Compile and return the (generated) class; this will also cause the
generated class to be detached from the class-pool, and any (optional)
source and/or class files to be written.
|
Class<?> |
EclipseJdtCompilerStrategy.compileClass(SourceCodeContext sourceCode)
Compile and return the (generated) class; this will also cause the
generated class to be detached from the class-pool, and any (optional)
source and/or class files to be written.
|
abstract Class<?> |
CompilerStrategy.compileClass(SourceCodeContext sourceCode)
Compile and return the (generated) class; this will also cause the
generated class to be detached from the class-pool, and any (optional)
source and/or class files to be written.
|
Class<?> |
JaninoCompilerStrategy.compileClass(SourceCodeContext sourceCode) |
Class<?> |
JavassistCompilerStrategy.compileClass(SourceCodeContext sourceCode) |
<T extends GeneratedObjectBase> |
SourceCodeContext.getInstance() |
Copyright © 2017 Glasnost. All Rights Reserved.