public interface OpenApiConfig
Modifier and Type | Method and Description |
---|---|
boolean |
applicationPathDisable() |
String |
customSchemaRegistryClass() |
String |
filter() |
String |
modelReader() |
Set<String> |
operationServers(String operationId) |
Set<String> |
pathServers(String path) |
Set<String> |
scanClasses() |
boolean |
scanDependenciesDisable() |
Set<String> |
scanDependenciesJars() |
boolean |
scanDisable() |
Set<String> |
scanExcludeClasses() |
Set<String> |
scanExcludePackages() |
Set<String> |
scanPackages() |
boolean |
schemaReferencesEnable() |
Set<String> |
servers() |
String modelReader()
String filter()
boolean scanDisable()
boolean scanDependenciesDisable()
boolean schemaReferencesEnable()
String customSchemaRegistryClass()
boolean applicationPathDisable()
Copyright © 2018–2020. All rights reserved.