public class ApiVersionWebMvcConfigurerAdapter extends Object implements WebMvcConfigurer
WebMvcConfigurer
that configures checking for an appropriate service broker API version.Modifier | Constructor and Description |
---|---|
protected |
ApiVersionWebMvcConfigurerAdapter(ApiVersionInterceptor apiVersionInterceptor) |
Modifier and Type | Method and Description |
---|---|
void |
addInterceptors(InterceptorRegistry registry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addArgumentResolvers, addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
protected ApiVersionWebMvcConfigurerAdapter(ApiVersionInterceptor apiVersionInterceptor)
public void addInterceptors(InterceptorRegistry registry)
addInterceptors
in interface WebMvcConfigurer