Uses of Class
org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Packages that use RequestMappingInfo.BuilderConfiguration
Package
Description
Servlet-based infrastructure for handler method processing,
 building on the 
org.springframework.web.method package.MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.- 
Uses of RequestMappingInfo.BuilderConfiguration in org.springframework.web.servlet.mvc.methodMethods in org.springframework.web.servlet.mvc.method with parameters of type RequestMappingInfo.BuilderConfigurationModifier and TypeMethodDescriptionRequestMappingInfo.Builder.options(RequestMappingInfo.BuilderConfiguration options) Provide additional configuration needed for request mapping purposes.
- 
Uses of RequestMappingInfo.BuilderConfiguration in org.springframework.web.servlet.mvc.method.annotationMethods in org.springframework.web.servlet.mvc.method.annotation that return RequestMappingInfo.BuilderConfigurationModifier and TypeMethodDescriptionRequestMappingHandlerMapping.getBuilderConfiguration()Obtain aRequestMappingInfo.BuilderConfigurationthat reflects the internal configuration of thisHandlerMappingand can be used to setRequestMappingInfo.Builder.options(RequestMappingInfo.BuilderConfiguration).