Class | Description |
---|---|
AbstractCodeGenerator |
Base class for code generators which need access to the generation
context (for example to get a handle on the analyzed application classloader,
or to register resources to be excluded from the final binary).
|
AbstractSingleClassFileGenerator |
Base class for source generators which generate a single class file.
|
ApplicationContextConfigurerGenerator |
The "optimized" entry point generator is the main source generator:
it is responsible for generating a new entry point, which delegates
to the original entry point of the application, and injects a number
of optimizations before starting the application.
|
DelegatingSourceGenerationContext |
Base class for source generation context which need to delegate
to another one.
|