Uses of Enum Class
io.quarkus.annotation.processor.documentation.config.model.Extension.NameSource
Packages that use Extension.NameSource
-
Uses of Extension.NameSource in io.quarkus.annotation.processor.documentation.config.model
Methods in io.quarkus.annotation.processor.documentation.config.model that return Extension.NameSourceModifier and TypeMethodDescriptionExtension.nameSource()Returns the value of thenameSourcerecord component.static Extension.NameSourceReturns the enum constant of this class with the specified name.static Extension.NameSource[]Extension.NameSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.annotation.processor.documentation.config.model with parameters of type Extension.NameSourceModifier and TypeMethodDescriptionbooleanExtension.NameSource.isBetterThan(Extension.NameSource other) static ExtensionExtension.of(String groupId, String artifactId, String name, Extension.NameSource nameSource, String guideUrl, boolean splitOnConfigRootDescription) Constructors in io.quarkus.annotation.processor.documentation.config.model with parameters of type Extension.NameSource