Class YamlPropertySourceGenerator

java.lang.Object
io.micronaut.aot.core.codegen.AbstractCodeGenerator
io.micronaut.aot.std.sourcegen.YamlPropertySourceGenerator
All Implemented Interfaces:
AOTCodeGenerator

public class YamlPropertySourceGenerator extends AbstractCodeGenerator
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.