public class WebConfig
extends WebMvcConfigurationSupport
| Constructor and Description |
|---|
WebConfig() |
| Modifier and Type | Method and Description |
|---|---|
Docket |
apiDocumentation() |
protected OAuth |
clientCredentialFlow() |
void |
configureContentNegotiation(ContentNegotiationConfigurer configurer) |
protected void |
configureHandlerExceptionResolvers(java.util.List<HandlerExceptionResolver> exceptionResolvers) |
protected void |
configureMessageConverters(java.util.List<<any>> converters) |
protected OAuth |
passwordFlow() |
RequestMappingHandlerMapping |
requestMappingHandlerMapping() |
void |
setApplicationContext(ApplicationContext applicationContext) |
public RequestMappingHandlerMapping requestMappingHandlerMapping()
protected void configureMessageConverters(java.util.List<<any>> converters)
protected void configureHandlerExceptionResolvers(java.util.List<HandlerExceptionResolver> exceptionResolvers)
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
BeansExceptionpublic void configureContentNegotiation(ContentNegotiationConfigurer configurer)
public Docket apiDocumentation()
protected OAuth passwordFlow()
protected OAuth clientCredentialFlow()
Copyright © 2018 SAP SE. All Rights Reserved.