public static enum DocumentationProviderFeatures.AnnotationLibrary extends Enum<DocumentationProviderFeatures.AnnotationLibrary>
| Enum Constant and Description |
|---|
MICROPROFILE |
NONE |
SWAGGER1 |
SWAGGER2 |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getPropertyName()
The property name is used in the codegen model as a boolean property.
|
static DocumentationProviderFeatures.AnnotationLibrary |
ofCliOption(String optVal) |
String |
toCliOptValue() |
static DocumentationProviderFeatures.AnnotationLibrary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentationProviderFeatures.AnnotationLibrary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentationProviderFeatures.AnnotationLibrary NONE
public static final DocumentationProviderFeatures.AnnotationLibrary SWAGGER1
public static final DocumentationProviderFeatures.AnnotationLibrary SWAGGER2
public static final DocumentationProviderFeatures.AnnotationLibrary MICROPROFILE
public static DocumentationProviderFeatures.AnnotationLibrary[] values()
for (DocumentationProviderFeatures.AnnotationLibrary c : DocumentationProviderFeatures.AnnotationLibrary.values()) System.out.println(c);
public static DocumentationProviderFeatures.AnnotationLibrary valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DocumentationProviderFeatures.AnnotationLibrary ofCliOption(String optVal)
public String getPropertyName()
public String getDescription()
public String toCliOptValue()
Copyright © 2023. All rights reserved.