Uses of Interface
org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
Packages that use RequestMappingInfo.Builder
Package
Description
Infrastructure for handler method processing.
-
Uses of RequestMappingInfo.Builder in org.springframework.web.reactive.result.method
Methods in org.springframework.web.reactive.result.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 path patterns.static RequestMappingInfo.BuilderCreate a newRequestMappingInfo.Builderwith the given paths.Set the produces conditions.