Uses of Class
org.openapitools.codegen.languages.features.DocumentationProviderFeatures.DocumentationProvider
-
Packages that use DocumentationProviderFeatures.DocumentationProvider Package Description org.openapitools.codegen.languages org.openapitools.codegen.languages.features -
-
Uses of DocumentationProviderFeatures.DocumentationProvider in org.openapitools.codegen.languages
Fields in org.openapitools.codegen.languages declared as DocumentationProviderFeatures.DocumentationProvider Modifier and Type Field Description protected DocumentationProviderFeatures.DocumentationProviderAbstractJavaCodegen. documentationProviderMethods in org.openapitools.codegen.languages that return DocumentationProviderFeatures.DocumentationProvider Modifier and Type Method Description DocumentationProviderFeatures.DocumentationProviderJavaClientCodegen. defaultDocumentationProvider()DocumentationProviderFeatures.DocumentationProviderKotlinSpringServerCodegen. defaultDocumentationProvider()DocumentationProviderFeatures.DocumentationProviderSpringCodegen. defaultDocumentationProvider()DocumentationProviderFeatures.DocumentationProviderAbstractJavaCodegen. getDocumentationProvider()DocumentationProviderFeatures.DocumentationProviderKotlinSpringServerCodegen. getDocumentationProvider()Methods in org.openapitools.codegen.languages that return types with arguments of type DocumentationProviderFeatures.DocumentationProvider Modifier and Type Method Description List<DocumentationProviderFeatures.DocumentationProvider>JavaClientCodegen. supportedDocumentationProvider()List<DocumentationProviderFeatures.DocumentationProvider>KotlinSpringServerCodegen. supportedDocumentationProvider()List<DocumentationProviderFeatures.DocumentationProvider>SpringCodegen. supportedDocumentationProvider()Methods in org.openapitools.codegen.languages with parameters of type DocumentationProviderFeatures.DocumentationProvider Modifier and Type Method Description voidAbstractJavaCodegen. setDocumentationProvider(DocumentationProviderFeatures.DocumentationProvider documentationProvider)voidKotlinSpringServerCodegen. setDocumentationProvider(DocumentationProviderFeatures.DocumentationProvider documentationProvider) -
Uses of DocumentationProviderFeatures.DocumentationProvider in org.openapitools.codegen.languages.features
Methods in org.openapitools.codegen.languages.features that return DocumentationProviderFeatures.DocumentationProvider Modifier and Type Method Description default DocumentationProviderFeatures.DocumentationProviderDocumentationProviderFeatures. defaultDocumentationProvider()Define the default documentation Provider for CliOpts processing.DocumentationProviderFeatures.DocumentationProviderDocumentationProviderFeatures. getDocumentationProvider()static DocumentationProviderFeatures.DocumentationProviderDocumentationProviderFeatures.DocumentationProvider. ofCliOption(String optVal)static DocumentationProviderFeatures.DocumentationProviderDocumentationProviderFeatures.DocumentationProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentationProviderFeatures.DocumentationProvider[]DocumentationProviderFeatures.DocumentationProvider. 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.DocumentationProvider Modifier and Type Method Description default List<DocumentationProviderFeatures.DocumentationProvider>DocumentationProviderFeatures. supportedDocumentationProvider()Define the List of supported documentation Provider for CliOpts processing.Methods in org.openapitools.codegen.languages.features with parameters of type DocumentationProviderFeatures.DocumentationProvider Modifier and Type Method Description voidDocumentationProviderFeatures. setDocumentationProvider(DocumentationProviderFeatures.DocumentationProvider documentationProvider)
-