@Configuration @ConditionalOnWebApplication @ConditionalOnClass(value=org.springframework.web.method.support.HandlerMethodReturnValueHandler.class) @EnableConfigurationProperties(value=ProxyProperties.class) public class ProxyResponseAutoConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
ProxyExchange argument handler in Spring MVC
@RequestMapping methods.| Constructor and Description |
|---|
ProxyResponseAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers) |
ProxyExchangeArgumentResolver |
proxyExchangeArgumentResolver(Optional<org.springframework.boot.web.client.RestTemplateBuilder> optional,
ProxyProperties proxy) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator@Bean @ConditionalOnMissingBean public ProxyExchangeArgumentResolver proxyExchangeArgumentResolver(Optional<org.springframework.boot.web.client.RestTemplateBuilder> optional, ProxyProperties proxy)
public void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
addArgumentResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerCopyright © 2019 Pivotal Software, Inc.. All rights reserved.