Uses of Class
io.quarkus.annotation.processor.documentation.config.model.ConfigSection
Packages that use ConfigSection
Package
Description
-
Uses of ConfigSection in io.quarkus.annotation.processor.documentation.config.merger
Methods in io.quarkus.annotation.processor.documentation.config.merger that return types with arguments of type ConfigSection -
Uses of ConfigSection in io.quarkus.annotation.processor.documentation.config.model
Methods in io.quarkus.annotation.processor.documentation.config.model that return types with arguments of type ConfigSectionModifier and TypeMethodDescriptiondefault List<ConfigSection> ConfigItemCollection.getNonDeprecatedSections()default List<ConfigSection> ConfigItemCollection.getSections()Methods in io.quarkus.annotation.processor.documentation.config.model with parameters of type ConfigSectionModifier and TypeMethodDescriptionvoidConfigSection.merge(ConfigSection other, Map<String, ConfigSection> existingConfigSections) This is used to merge ConfigRoot when generating the AsciiDoc output.Method parameters in io.quarkus.annotation.processor.documentation.config.model with type arguments of type ConfigSectionModifier and TypeMethodDescriptionvoidConfigSection.merge(ConfigSection other, Map<String, ConfigSection> existingConfigSections) This is used to merge ConfigRoot when generating the AsciiDoc output.