public interface OpenApiConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
OpenApiConfig.OperationIdStrategy |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applicationPathDisable() |
String |
customSchemaRegistryClass() |
String |
filter() |
String |
getInfoContactEmail() |
String |
getInfoContactName() |
String |
getInfoContactUrl() |
String |
getInfoDescription() |
String |
getInfoLicenseName() |
String |
getInfoLicenseUrl() |
String |
getInfoTermsOfService() |
String |
getInfoTitle() |
String |
getInfoVersion() |
String |
getOpenApiVersion() |
OpenApiConfig.OperationIdStrategy |
getOperationIdStrategy() |
Map<String,String> |
getSchemas() |
String |
modelReader() |
Set<String> |
operationServers(String operationId) |
Set<String> |
pathServers(String path) |
Pattern |
scanClasses() |
boolean |
scanDependenciesDisable() |
Set<String> |
scanDependenciesJars() |
boolean |
scanDisable() |
Pattern |
scanExcludeClasses() |
Pattern |
scanExcludePackages() |
Pattern |
scanPackages() |
boolean |
schemaReferencesEnable() |
Set<String> |
servers() |
String modelReader()
String filter()
boolean scanDisable()
Pattern scanPackages()
Pattern scanClasses()
Pattern scanExcludePackages()
Pattern scanExcludeClasses()
boolean scanDependenciesDisable()
boolean schemaReferencesEnable()
String customSchemaRegistryClass()
boolean applicationPathDisable()
String getOpenApiVersion()
String getInfoTitle()
String getInfoVersion()
String getInfoDescription()
String getInfoTermsOfService()
String getInfoContactEmail()
String getInfoContactName()
String getInfoContactUrl()
String getInfoLicenseName()
String getInfoLicenseUrl()
OpenApiConfig.OperationIdStrategy getOperationIdStrategy()
Copyright © 2018–2020. All rights reserved.