Uses of Enum Class
io.quarkus.annotation.processor.documentation.config.model.JavadocFormat
Packages that use JavadocFormat
Package
Description
-
Uses of JavadocFormat in io.quarkus.annotation.processor.documentation.config.discovery
Methods in io.quarkus.annotation.processor.documentation.config.discovery that return JavadocFormatModifier and TypeMethodDescriptionParsedJavadoc.format()Returns the value of theformatrecord component.ParsedJavadocSection.format()Returns the value of theformatrecord component.Constructors in io.quarkus.annotation.processor.documentation.config.discovery with parameters of type JavadocFormatModifierConstructorDescriptionParsedJavadoc(String description, JavadocFormat format, String since, String deprecated) Creates an instance of aParsedJavadocrecord class.ParsedJavadocSection(String title, String details, JavadocFormat format, String deprecated) Creates an instance of aParsedJavadocSectionrecord class. -
Uses of JavadocFormat in io.quarkus.annotation.processor.documentation.config.formatter
Methods in io.quarkus.annotation.processor.documentation.config.formatter with parameters of type JavadocFormatModifier and TypeMethodDescriptionstatic StringJavadocToAsciidocTransformer.toAsciidoc(String javadoc, JavadocFormat format) static StringJavadocToAsciidocTransformer.toAsciidoc(String javadoc, JavadocFormat format, boolean inlineMacroMode) static StringJavadocToMarkdownTransformer.toMarkdown(String javadoc, JavadocFormat format) static StringJavadocTransformer.transform(String javadoc, JavadocFormat fromFormat, JavadocFormat toFormat) -
Uses of JavadocFormat in io.quarkus.annotation.processor.documentation.config.model
Methods in io.quarkus.annotation.processor.documentation.config.model that return JavadocFormatModifier and TypeMethodDescriptionJavadocElements.JavadocElement.format()Returns the value of theformatrecord component.static JavadocFormatReturns the enum constant of this class with the specified name.static JavadocFormat[]JavadocFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.annotation.processor.documentation.config.model with parameters of type JavadocFormatModifierConstructorDescriptionJavadocElement(String description, JavadocFormat format, String since, String deprecated) Creates an instance of aJavadocElementrecord class.