public static class SwaggerConfigurationProerties.DocketInfo extends Object
| 构造器和说明 |
|---|
DocketInfo() |
public 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 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 List<SwaggerConfigurationProerties.GlobalOperationParameter> getGlobalOperationParameters()
public void setGlobalOperationParameters(List<SwaggerConfigurationProerties.GlobalOperationParameter> globalOperationParameters)
globalOperationParameters - the globalOperationParameters to setpublic List<Class<?>> getIgnoredParameterTypes()
Copyright © 2019. All rights reserved.