Generated by
JDiff

Package org.springframework.web.reactive.function.server

Changed Classes and Interfaces
HandlerFilterFunction Represents a function that filters a HandlerFunction handler function.
HandlerStrategies Defines the strategies to be used for processing HandlerFunctions.
HandlerStrategies.Builder A mutable builder for a HandlerStrategies.
RenderingResponse Rendering-specific subtype of ServerResponse that exposes model and template data.
RequestPredicate Represents a function that evaluates on a given ServerRequest.
RequestPredicates Implementations of RequestPredicate that implement various useful request matching operations, such as matching based on path, HTTP method, etc.
ServerResponse Represents a typed server-side HTTP response, as returned by a HandlerFunction handler function or HandlerFilterFunction filter function.
ServerResponse.BodyBuilder Defines a builder that adds a body to the response.