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.codec
Methods in org.springframework.http.codec that return ServerCodecConfigurerModifier and TypeMethodDescriptionServerCodecConfigurer.clone()
Create a copy of thisCodecConfigurer
.static ServerCodecConfigurer
ServerCodecConfigurer.create()
Static factory method for aServerCodecConfigurer
. -
Uses of ServerCodecConfigurer in org.springframework.http.codec.support
Classes in org.springframework.http.codec.support that implement ServerCodecConfigurer -
Uses of ServerCodecConfigurer in org.springframework.test.web.reactive.server
Method 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.config
Methods 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 void
DelegatingWebFluxConfiguration.configureHttpMessageCodecs
(ServerCodecConfigurer configurer) protected void
WebFluxConfigurationSupport.configureHttpMessageCodecs
(ServerCodecConfigurer configurer) Override to configure the HTTP message readers and writers to use.default void
WebFluxConfigurer.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.void
WebFluxConfigurerComposite.configureHttpMessageCodecs
(ServerCodecConfigurer configurer) WebFluxConfigurationSupport.requestMappingHandlerAdapter
(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, FormattingConversionService conversionService, RequestedContentTypeResolver contentTypeResolver, 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.server
Method 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.adapter
Methods 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 theServerCodecConfigurer
to set on theWebServerExchange
.void
HttpWebHandlerAdapter.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)