Class | Description |
---|---|
AbstractStaticServiceLoaderSourceGenerator |
Base class for generation of service loader classes.
|
CachedEnvironmentSourceGenerator |
Generates the code used to enable environment variables and system
properties caching in Micronaut.
|
ConstantPropertySourcesSourceGenerator |
Generates a "constant" property source, that is to say a
PropertySource which properties are known at build time
(and constant). |
DeduceEnvironmentSourceGenerator |
This code generator is responsible for taking the result
of the environment deduction, which is the set of active
environment names and the package names, and inject is
via a custom application context configurer.
|
EnvironmentPropertiesSourceGenerator |
A code generator which is responsible for precomputing the Micronaut property
names from environment variable names at build time.
|
Environments |
Constants used for configuration of environments.
|
GraalVMOptimizationFeatureSourceGenerator |
Generates the GraalVM configuration file which is going to configure
the native image code generation, typically asking to initialize
the optimized entry point at build time.
|
JitStaticServiceLoaderSourceGenerator |
A specialized version of static service loader generator aimed
at execution in JIT mode.
|
KnownMissingTypesSourceGenerator |
A source generator which will check for existence of a number of classes
at build time.
|
LogbackConfigurationSourceGenerator |
A source generator responsible for converting a logback.xml configuration into
Java configuration.
|
MapPropertySourceGenerator |
A source generator which generates a map property source with a fixed
set of values at build time.
|
NativeStaticServiceLoaderSourceGenerator |
A specialized version of service loader generation which is aimed at
executing in native images, where classloading is basically free.
|
PublishersSourceGenerator |
An optimizer which is responsible for determining what reactive
types are found at build time.
|
YamlPropertySourceGenerator |
A source generator which will generate a static
PropertySource
from a given YAML configuration file, in order to substitute the dynamic loader
with a static configuration. |