Generated by
JDiff

Interface org.springframework.web.reactive.function.server.HandlerStrategies

Removed Methods
HandlerStrategies of(Supplier<Stream<HttpMessageReader<?>>>, Supplier<Stream<HttpMessageWriter<?>>>, Supplier<Stream<ViewResolver>>) Return a new {@code HandlerStrategies} described by the given supplier functions.
 

Added Methods
(Function<ServerRequest, Optional<Locale>>localeResolver() Supply a function that resolves the locale of a given ServerRequest.