|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Added Interfaces | |
|
Represents a discoverable builder for router functions. |
|
Defines a builder for a request. |
Changed Classes and Interfaces | |
|
Implementations of RequestPredicate that implement various useful request matching operations, such as matching based on path, HTTP method, etc. |
|
Central entry point to Spring's functional web framework. Exposes routing functionality, such as to #route() create a {@code RouterFunction} using a discoverable builder-style API, to #route(RequestPredicate, HandlerFunction) create a {@code RouterFunction} given a {@code RequestPredicate} and {@code HandlerFunction}, and to do further #nest(RequestPredicate, RouterFunction) subrouting on an existing routing function. |
|
Represents a server-side HTTP request, as handled by a {@code HandlerFunction}. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |