public class YamlPropertySourceGenerator
extends io.micronaut.aot.core.codegen.AbstractCodeGenerator
PropertySource
from a given YAML configuration file, in order to substitute the dynamic loader
with a static configuration.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DESCRIPTION |
static java.lang.String |
ID |
| Constructor and Description |
|---|
YamlPropertySourceGenerator(java.util.Collection<java.lang.String> resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(io.micronaut.aot.core.AOTContext context) |
public static final java.lang.String ID
public static final java.lang.String DESCRIPTION