Package | Description |
---|---|
org.springframework.web.reactive.result.method |
Infrastructure for handler method processing.
|
Modifier and Type | Method and Description |
---|---|
RequestMappingInfo.Builder |
RequestMappingInfo.Builder.consumes(String... consumes)
Set the consumes conditions.
|
RequestMappingInfo.Builder |
RequestMappingInfo.Builder.customCondition(RequestCondition<?> condition)
Set a custom condition to use.
|
RequestMappingInfo.Builder |
RequestMappingInfo.Builder.headers(String... headers)
Set the header conditions.
|
RequestMappingInfo.Builder |
RequestMappingInfo.Builder.mappingName(String name)
Set the mapping name.
|
RequestMappingInfo.Builder |
RequestMappingInfo.Builder.methods(RequestMethod... methods)
Set the request method conditions.
|
RequestMappingInfo.Builder |
RequestMappingInfo.Builder.options(RequestMappingInfo.BuilderConfiguration options)
Provide additional configuration needed for request mapping purposes.
|
RequestMappingInfo.Builder |
RequestMappingInfo.Builder.params(String... params)
Set the request param conditions.
|
static RequestMappingInfo.Builder |
RequestMappingInfo.paths(String... paths)
Create a new
RequestMappingInfo.Builder with the given paths. |
RequestMappingInfo.Builder |
RequestMappingInfo.Builder.paths(String... paths)
Set the path patterns.
|
RequestMappingInfo.Builder |
RequestMappingInfo.Builder.produces(String... produces)
Set the produces conditions.
|