Uses of Class
org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Packages that use RequestMappingInfo.BuilderConfiguration Package Description org.springframework.web.servlet.mvc.method Servlet-based infrastructure for handler method processing, building on theorg.springframework.web.methodpackage.Uses of RequestMappingInfo.BuilderConfiguration in org.springframework.web.servlet.mvc.method
Methods in org.springframework.web.servlet.mvc.method with parameters of type RequestMappingInfo.BuilderConfiguration Modifier and Type Method Description RequestMappingInfo.BuilderRequestMappingInfo.Builder. options(RequestMappingInfo.BuilderConfiguration options)Provide additional configuration needed for request mapping purposes.