Class DebugConfig


  • @ConfigRoot
    public class DebugConfig
    extends Object
    This is used currently only to suppress warnings about unknown properties when the user supplies something like: -Dquarkus.debug.reflection=true TODO refactor code to actually use these values
    • Field Detail

      • reflection

        @ConfigItem(defaultValue="false")
        boolean reflection
        If set to true, writes a list of all reflective classes to META-INF
      • generatedClassesDir

        @ConfigItem
        Optional<String> generatedClassesDir
        If set to a directory, all generated classes will be written into that directory
    • Constructor Detail

      • DebugConfig

        public DebugConfig()