Generated by
JDiff

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

Removed Methods
Builder builder(ApplicationContext) Return a mutable builder based on the given ApplicationContext application context.
HandlerStrategies of(ApplicationContext) Return a new {@code HandlerStrategies} based on the given ApplicationContext application context.
 

Changed Methods
Supplier<Function<ServerRequest, Optional<Locale>>> localeResolver() Change in return type from (Function<ServerRequest, Optional<Locale>>) to (Supplier<Function<ServerRequest, Optional<Locale>>>).
Supply a function that resolves the locale of a given ServerRequest.