Class ConstantPropertySourcesSourceGenerator

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

public class ConstantPropertySourcesSourceGenerator extends AbstractCodeGenerator
Generates a "constant" property source, that is to say a PropertySource which properties are known at build time (and constant).
  • Field Details

  • Constructor Details

    • ConstantPropertySourcesSourceGenerator

      public ConstantPropertySourcesSourceGenerator()
  • Method Details

    • generate

      public void generate(@NonNull @NonNull AOTContext context)