Uses of Class
org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionInterceptor
Packages that use ApiVersionInterceptor
Package
Description
Auto-configuration to support Spring MVC.
-
Uses of ApiVersionInterceptor in org.springframework.cloud.servicebroker.autoconfigure.web.servlet
Methods in org.springframework.cloud.servicebroker.autoconfigure.web.servlet that return ApiVersionInterceptorModifier and TypeMethodDescriptionApiVersionWebMvcAutoConfiguration.serviceBrokerApiVersionInterceptor(org.springframework.cloud.servicebroker.model.BrokerApiVersion brokerApiVersion) Provide anApiVersionInterceptorbean.Methods in org.springframework.cloud.servicebroker.autoconfigure.web.servlet with parameters of type ApiVersionInterceptorModifier and TypeMethodDescriptionApiVersionWebMvcAutoConfiguration.serviceBrokerWebMvcConfigurerAdapter(ApiVersionInterceptor apiVersionInterceptor) Provide anApiVersionWebMvcConfigurerAdapterbean.Constructors in org.springframework.cloud.servicebroker.autoconfigure.web.servlet with parameters of type ApiVersionInterceptorModifierConstructorDescriptionprotectedApiVersionWebMvcConfigurerAdapter(ApiVersionInterceptor apiVersionInterceptor) Auto-wire the expected beans.