use of org.springframework.web.reactive.handler.WebFluxResponseStatusExceptionHandler in project spring-framework by spring-projects.
the class DefaultHandlerStrategiesBuilder method defaultConfiguration.
public void defaultConfiguration() {
this.codecConfigurer.registerDefaults(true);
this.exceptionHandlers.add(new WebFluxResponseStatusExceptionHandler());
this.localeContextResolver = new AcceptHeaderLocaleContextResolver();
}
Aggregations