@ConfigurationProperties(value="swagger") public class SwaggerConfigurationProerties extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SwaggerConfigurationProerties.Contact |
static class |
SwaggerConfigurationProerties.DocketInfo |
static class |
SwaggerConfigurationProerties.GlobalOperationParameter |
static class |
SwaggerConfigurationProerties.GlobalResponseMessage |
static class |
SwaggerConfigurationProerties.GlobalResponseMessageBody |
static class |
SwaggerConfigurationProerties.UiConfig |
| 构造器和说明 |
|---|
SwaggerConfigurationProerties() |
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
enabled - the enabled to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getLicense()
public void setLicense(String license)
license - the license to setpublic String getLicenseUrl()
public void setLicenseUrl(String licenseUrl)
licenseUrl - the licenseUrl to setpublic String getTermsOfServiceUrl()
public void setTermsOfServiceUrl(String termsOfServiceUrl)
termsOfServiceUrl - the termsOfServiceUrl to setpublic List<Class<?>> getIgnoredParameterTypes()
public void setIgnoredParameterTypes(List<Class<?>> ignoredParameterTypes)
ignoredParameterTypes - the ignoredParameterTypes to setpublic SwaggerConfigurationProerties.Contact getContact()
public void setContact(SwaggerConfigurationProerties.Contact contact)
contact - the contact to setpublic String getBasePackage()
public void setBasePackage(String basePackage)
basePackage - the basePackage to setpublic void setExcludePath(List<String> excludePath)
excludePath - the excludePath to setpublic Map<String,SwaggerConfigurationProerties.DocketInfo> getDocket()
public void setDocket(Map<String,SwaggerConfigurationProerties.DocketInfo> docket)
docket - the docket to setpublic String getHost()
public void setHost(String host)
host - the host to setpublic List<SwaggerConfigurationProerties.GlobalOperationParameter> getGlobalOperationParameters()
public void setGlobalOperationParameters(List<SwaggerConfigurationProerties.GlobalOperationParameter> globalOperationParameters)
globalOperationParameters - the globalOperationParameters to setpublic SwaggerConfigurationProerties.UiConfig getUiConfig()
public void setUiConfig(SwaggerConfigurationProerties.UiConfig uiConfig)
uiConfig - the uiConfig to setpublic Boolean getApplyDefaultResponseMessages()
public void setApplyDefaultResponseMessages(Boolean applyDefaultResponseMessages)
applyDefaultResponseMessages - the applyDefaultResponseMessages to setpublic SwaggerConfigurationProerties.GlobalResponseMessage getGlobalResponseMessage()
public void setGlobalResponseMessage(SwaggerConfigurationProerties.GlobalResponseMessage globalResponseMessage)
globalResponseMessage - the globalResponseMessage to setpublic com.chinare.axe.swagger.SwaggerConfigurationProerties.Authorization getAuthorization()
public void setAuthorization(com.chinare.axe.swagger.SwaggerConfigurationProerties.Authorization authorization)
authorization - the authorization to setCopyright © 2019. All rights reserved.