Class ApiVersionWebMvcConfigurerAdapter

java.lang.Object
org.springframework.cloud.servicebroker.autoconfigure.web.servlet.ApiVersionWebMvcConfigurerAdapter
All Implemented Interfaces:
WebMvcConfigurer

public class ApiVersionWebMvcConfigurerAdapter extends Object implements WebMvcConfigurer
WebMvcConfigurer that configures checking for an appropriate service broker API version.
Author:
Scott Frederick, Benjamin Ihrig
  • Constructor Details

    • ApiVersionWebMvcConfigurerAdapter

      protected ApiVersionWebMvcConfigurerAdapter(ApiVersionInterceptor apiVersionInterceptor)
      Auto-wire the expected beans.
      Parameters:
      apiVersionInterceptor - the ApiVersionInterceptor bean
  • Method Details