Uses of Interface
org.springframework.http.codec.ServerCodecConfigurer
Packages that use ServerCodecConfigurer
Package
Description
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.- 
Uses of ServerCodecConfigurer in org.springframework.http.codecMethods in org.springframework.http.codec that return ServerCodecConfigurerModifier and TypeMethodDescriptionServerCodecConfigurer.clone()Create a copy of thisCodecConfigurer.static ServerCodecConfigurerServerCodecConfigurer.create()Static factory method for aServerCodecConfigurer.
- 
Uses of ServerCodecConfigurer in org.springframework.http.codec.supportClasses in org.springframework.http.codec.support that implement ServerCodecConfigurer
- 
Uses of ServerCodecConfigurer in org.springframework.test.web.reactive.serverMethod parameters in org.springframework.test.web.reactive.server with type arguments of type ServerCodecConfigurerModifier and TypeMethodDescriptionWebTestClient.ControllerSpec.httpMessageCodecs(Consumer<ServerCodecConfigurer> configurer) Configure custom HTTP message readers and writers or override built-in ones.
- 
Uses of ServerCodecConfigurer in org.springframework.web.reactive.configMethods in org.springframework.web.reactive.config that return ServerCodecConfigurerModifier and TypeMethodDescriptionWebFluxConfigurationSupport.serverCodecConfigurer()Return the configurer for HTTP message readers and writers.Methods in org.springframework.web.reactive.config with parameters of type ServerCodecConfigurerModifier and TypeMethodDescriptionprotected voidDelegatingWebFluxConfiguration.configureHttpMessageCodecs(ServerCodecConfigurer configurer) protected voidWebFluxConfigurationSupport.configureHttpMessageCodecs(ServerCodecConfigurer configurer) Override to configure the HTTP message readers and writers to use.default voidWebFluxConfigurer.configureHttpMessageCodecs(ServerCodecConfigurer configurer) Configure the HTTP message readers and writers for reading from the request body and for writing to the response body in annotated controllers and functional endpoints.voidWebFluxConfigurerComposite.configureHttpMessageCodecs(ServerCodecConfigurer configurer) WebFluxConfigurationSupport.requestMappingHandlerAdapter(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, FormattingConversionService conversionService, Validator validator) WebFluxConfigurationSupport.responseBodyResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver) WebFluxConfigurationSupport.responseEntityResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver) WebFluxConfigurationSupport.routerFunctionMapping(ServerCodecConfigurer serverCodecConfigurer) WebFluxConfigurationSupport.serverResponseResultHandler(ServerCodecConfigurer serverCodecConfigurer) 
- 
Uses of ServerCodecConfigurer in org.springframework.web.reactive.function.serverMethod parameters in org.springframework.web.reactive.function.server with type arguments of type ServerCodecConfigurerModifier and TypeMethodDescriptionHandlerStrategies.Builder.codecs(Consumer<ServerCodecConfigurer> consumer) Customize the list of server-side HTTP message readers and writers.
- 
Uses of ServerCodecConfigurer in org.springframework.web.server.adapterMethods in org.springframework.web.server.adapter that return ServerCodecConfigurerModifier and TypeMethodDescriptionHttpWebHandlerAdapter.getCodecConfigurer()Return the configuredServerCodecConfigurer.Methods in org.springframework.web.server.adapter with parameters of type ServerCodecConfigurerModifier and TypeMethodDescriptionWebHttpHandlerBuilder.codecConfigurer(ServerCodecConfigurer codecConfigurer) Configure theServerCodecConfigurerto set on theWebServerExchange.voidHttpWebHandlerAdapter.setCodecConfigurer(ServerCodecConfigurer codecConfigurer) Configure a customServerCodecConfigurer.Constructors in org.springframework.web.server.adapter with parameters of type ServerCodecConfigurerModifierConstructorDescriptionDefaultServerWebExchange(ServerHttpRequest request, ServerHttpResponse response, WebSessionManager sessionManager, ServerCodecConfigurer codecConfigurer, LocaleContextResolver localeContextResolver)