Uses of Class
org.openapitools.codegen.languages.features.DocumentationProviderFeatures.AnnotationLibrary
-
Packages that use DocumentationProviderFeatures.AnnotationLibrary Package Description org.openapitools.codegen.languages org.openapitools.codegen.languages.features -
-
Uses of DocumentationProviderFeatures.AnnotationLibrary in org.openapitools.codegen.languages
Fields in org.openapitools.codegen.languages declared as DocumentationProviderFeatures.AnnotationLibrary Modifier and Type Field Description protected DocumentationProviderFeatures.AnnotationLibraryAbstractJavaCodegen. annotationLibraryMethods in org.openapitools.codegen.languages that return DocumentationProviderFeatures.AnnotationLibrary Modifier and Type Method Description DocumentationProviderFeatures.AnnotationLibraryAbstractJavaCodegen. getAnnotationLibrary()DocumentationProviderFeatures.AnnotationLibraryKotlinSpringServerCodegen. getAnnotationLibrary()Methods in org.openapitools.codegen.languages that return types with arguments of type DocumentationProviderFeatures.AnnotationLibrary Modifier and Type Method Description List<DocumentationProviderFeatures.AnnotationLibrary>JavaClientCodegen. supportedAnnotationLibraries()List<DocumentationProviderFeatures.AnnotationLibrary>KotlinSpringServerCodegen. supportedAnnotationLibraries()List<DocumentationProviderFeatures.AnnotationLibrary>SpringCodegen. supportedAnnotationLibraries()Methods in org.openapitools.codegen.languages with parameters of type DocumentationProviderFeatures.AnnotationLibrary Modifier and Type Method Description voidAbstractJavaCodegen. setAnnotationLibrary(DocumentationProviderFeatures.AnnotationLibrary annotationLibrary)voidKotlinSpringServerCodegen. setAnnotationLibrary(DocumentationProviderFeatures.AnnotationLibrary annotationLibrary) -
Uses of DocumentationProviderFeatures.AnnotationLibrary in org.openapitools.codegen.languages.features
Methods in org.openapitools.codegen.languages.features that return DocumentationProviderFeatures.AnnotationLibrary Modifier and Type Method Description DocumentationProviderFeatures.AnnotationLibraryDocumentationProviderFeatures. getAnnotationLibrary()DocumentationProviderFeatures.AnnotationLibraryDocumentationProviderFeatures.DocumentationProvider. getPreferredAnnotationLibrary()DocumentationProviderFeatures.AnnotationLibrary[]DocumentationProviderFeatures.DocumentationProvider. getSupportedAnnotationLibraries()static DocumentationProviderFeatures.AnnotationLibraryDocumentationProviderFeatures.AnnotationLibrary. ofCliOption(String optVal)static DocumentationProviderFeatures.AnnotationLibraryDocumentationProviderFeatures.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.Methods in org.openapitools.codegen.languages.features that return types with arguments of type DocumentationProviderFeatures.AnnotationLibrary Modifier and Type Method Description List<DocumentationProviderFeatures.AnnotationLibrary>DocumentationProviderFeatures.DocumentationProvider. supportedAnnotationLibraries()default List<DocumentationProviderFeatures.AnnotationLibrary>DocumentationProviderFeatures. supportedAnnotationLibraries()Define the list of supported annotation libraries for CliOpts processing.Methods in org.openapitools.codegen.languages.features with parameters of type DocumentationProviderFeatures.AnnotationLibrary Modifier and Type Method Description voidDocumentationProviderFeatures. setAnnotationLibrary(DocumentationProviderFeatures.AnnotationLibrary annotationLibrary)
-