Class AsyncApiConfigGroup


  • @ConfigRoot(name="asyncapi-generator.codegen",
                phase=BUILD_TIME)
    public class AsyncApiConfigGroup
    extends Object
    • Field Detail

      • EXCLUDED_FILES_PROP

        public static final String EXCLUDED_FILES_PROP
      • PACKAGE_PROP

        public static final String PACKAGE_PROP
      • excluded

        @ConfigItem(name="exclude")
        public Optional<List<String>> excluded
        List of files to be excluded
      • basePackage

        @ConfigItem(name="package")
        public Optional<String> basePackage
        Package name for generated classes
    • Constructor Detail

      • AsyncApiConfigGroup

        public AsyncApiConfigGroup()