Uses of Interface
org.springframework.http.codec.ServerCodecConfigurer

Packages that use ServerCodecConfigurer
Package
Description
Provides implementations of Encoder and Decoder for web use.
Provides implementations of ClientCodecConfigurer and ServerCodecConfigurer based on the converter implementations from org.springframework.http.codec.json and co.
Support for testing Spring WebFlux server endpoints via WebTestClient.
Spring WebFlux configuration infrastructure.
Provides the types that make up Spring's functional web framework for Reactive environments.
Implementations to adapt to the underlying org.springframework.http.client.reactive reactive HTTP adapter and HttpHandler.