public class SwaggerConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UNAUTHORIZED_MESSAGE |
| Constructor and Description |
|---|
SwaggerConfig() |
| Modifier and Type | Method and Description |
|---|---|
Docket |
apiDocumentation() |
protected ApiInfo |
apiInfo() |
protected ResponseMessage |
genericMessage(HttpStatus httpStatus) |
ConfigurationService |
getConfigurationService() |
protected java.lang.String |
getPropertyValue(java.lang.String propertyName) |
protected java.util.List<ResponseMessage> |
globalDETELEResponseMessages() |
protected java.util.List<ResponseMessage> |
globalGETResponseMessages() |
protected java.util.List<ResponseMessage> |
globalPOSTResponseMessages() |
protected java.util.List<ResponseMessage> |
globalPUTResponseMessages() |
protected SecurityContext |
oauthSecurityContext() |
protected java.util.List<SecurityReference> |
oauthSecurityReferences() |
protected OAuth |
passwordSecurityScheme() |
void |
setConfigurationService(ConfigurationService configurationService) |
protected ResponseMessage |
unauthorizedResponseMessage() |
public static final java.lang.String UNAUTHORIZED_MESSAGE
public Docket apiDocumentation()
protected ApiInfo apiInfo()
protected OAuth passwordSecurityScheme()
protected ResponseMessage unauthorizedResponseMessage()
protected ResponseMessage genericMessage(HttpStatus httpStatus)
protected java.util.List<ResponseMessage> globalGETResponseMessages()
protected java.util.List<ResponseMessage> globalPUTResponseMessages()
protected java.util.List<ResponseMessage> globalPOSTResponseMessages()
protected java.util.List<ResponseMessage> globalDETELEResponseMessages()
protected SecurityContext oauthSecurityContext()
protected java.util.List<SecurityReference> oauthSecurityReferences()
protected java.lang.String getPropertyValue(java.lang.String propertyName)
public ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
Copyright © 2018 SAP SE. All Rights Reserved.