Uses of Interface
org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Packages that use RequestMappingInfo.Builder
Package
Description
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method package.-
Uses of RequestMappingInfo.Builder in org.springframework.web.servlet.mvc.method
Methods in org.springframework.web.servlet.mvc.method that return RequestMappingInfo.BuilderModifier and TypeMethodDescriptionSet the consumes conditions.RequestMappingInfo.Builder.customCondition(RequestCondition<?> condition) Set a custom condition to use.Set the header conditions.RequestMappingInfo.Builder.mappingName(String name) Set the mapping name.RequestMappingInfo.Builder.methods(RequestMethod... methods) Set the request method conditions.RequestMappingInfo.mutate()Return a builder to create a new RequestMappingInfo by modifying this one.RequestMappingInfo.Builder.options(RequestMappingInfo.BuilderConfiguration options) Provide additional configuration needed for request mapping purposes.Set the request param conditions.Set the URL path patterns.static RequestMappingInfo.BuilderCreate a newRequestMappingInfo.Builderwith the given paths.Set the produces conditions.