Uses of Interface
org.springframework.http.codec.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
Modifier 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
-
Uses of ServerCodecConfigurer in org.springframework.test.web.reactive.server
Modifier 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
Modifier and TypeMethodDescriptionWebFluxConfigurationSupport.serverCodecConfigurer()
Return the configurer for HTTP message readers and writers.Modifier 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, 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
Modifier 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
Modifier and TypeMethodDescriptionHttpWebHandlerAdapter.getCodecConfigurer()
Return the configuredServerCodecConfigurer
.Modifier and TypeMethodDescriptionWebHttpHandlerBuilder.codecConfigurer
(ServerCodecConfigurer codecConfigurer) Configure theServerCodecConfigurer
to set on theWebServerExchange
.void
HttpWebHandlerAdapter.setCodecConfigurer
(ServerCodecConfigurer codecConfigurer) Configure a customServerCodecConfigurer
.ModifierConstructorDescriptionDefaultServerWebExchange
(ServerHttpRequest request, ServerHttpResponse response, WebSessionManager sessionManager, ServerCodecConfigurer codecConfigurer, LocaleContextResolver localeContextResolver)