Uses of Class
io.quarkus.annotation.processor.documentation.config.model.ConfigRoot
Packages that use ConfigRoot
Package
Description
-
Uses of ConfigRoot in io.quarkus.annotation.processor.documentation.config.merger
Methods in io.quarkus.annotation.processor.documentation.config.merger that return types with arguments of type ConfigRootModifier and TypeMethodDescriptionMergedModel.getConfigRoots()MergedModel.getConfigRootsInSpecificFile()Constructor parameters in io.quarkus.annotation.processor.documentation.config.merger with type arguments of type ConfigRootModifierConstructorDescription(package private)MergedModel(Map<Extension, Map<MergedModel.ConfigRootKey, ConfigRoot>> configRoots, Map<String, ConfigRoot> configRootsInSpecificFile, Map<Extension, List<ConfigSection>> configSections) -
Uses of ConfigRoot in io.quarkus.annotation.processor.documentation.config.model
Methods in io.quarkus.annotation.processor.documentation.config.model that return types with arguments of type ConfigRootMethods in io.quarkus.annotation.processor.documentation.config.model with parameters of type ConfigRootConstructor parameters in io.quarkus.annotation.processor.documentation.config.model with type arguments of type ConfigRoot