| Package | Description |
|---|---|
| org.openapitools.codegen.languages | |
| org.openapitools.codegen.languages.features |
| Modifier and Type | Field and Description |
|---|---|
protected DocumentationProviderFeatures.AnnotationLibrary |
AbstractJavaCodegen.annotationLibrary |
| Modifier and Type | Method and Description |
|---|---|
DocumentationProviderFeatures.AnnotationLibrary |
KotlinSpringServerCodegen.getAnnotationLibrary() |
DocumentationProviderFeatures.AnnotationLibrary |
AbstractJavaCodegen.getAnnotationLibrary() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentationProviderFeatures.AnnotationLibrary> |
KotlinSpringServerCodegen.supportedAnnotationLibraries() |
List<DocumentationProviderFeatures.AnnotationLibrary> |
JavaClientCodegen.supportedAnnotationLibraries() |
List<DocumentationProviderFeatures.AnnotationLibrary> |
SpringCodegen.supportedAnnotationLibraries() |
| Modifier and Type | Method and Description |
|---|---|
void |
KotlinSpringServerCodegen.setAnnotationLibrary(DocumentationProviderFeatures.AnnotationLibrary annotationLibrary) |
void |
AbstractJavaCodegen.setAnnotationLibrary(DocumentationProviderFeatures.AnnotationLibrary annotationLibrary) |
| Modifier and Type | Method and Description |
|---|---|
DocumentationProviderFeatures.AnnotationLibrary |
DocumentationProviderFeatures.getAnnotationLibrary() |
DocumentationProviderFeatures.AnnotationLibrary |
DocumentationProviderFeatures.DocumentationProvider.getPreferredAnnotationLibrary() |
DocumentationProviderFeatures.AnnotationLibrary[] |
DocumentationProviderFeatures.DocumentationProvider.getSupportedAnnotationLibraries() |
static DocumentationProviderFeatures.AnnotationLibrary |
DocumentationProviderFeatures.AnnotationLibrary.ofCliOption(String optVal) |
static DocumentationProviderFeatures.AnnotationLibrary |
DocumentationProviderFeatures.AnnotationLibrary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentationProviderFeatures.AnnotationLibrary[] |
DocumentationProviderFeatures.AnnotationLibrary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<DocumentationProviderFeatures.AnnotationLibrary> |
DocumentationProviderFeatures.supportedAnnotationLibraries()
Define the list of supported annotation libraries for CliOpts processing.
|
List<DocumentationProviderFeatures.AnnotationLibrary> |
DocumentationProviderFeatures.DocumentationProvider.supportedAnnotationLibraries() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentationProviderFeatures.setAnnotationLibrary(DocumentationProviderFeatures.AnnotationLibrary annotationLibrary) |
Copyright © 2023. All rights reserved.