Uses of Interface
org.springframework.http.codec.ServerCodecConfigurer
Packages that use ServerCodecConfigurer Package Description org.springframework.http.codec org.springframework.http.codec.support Provides implementations ofClientCodecConfigurerandServerCodecConfigurerbased on the converter implementations fromorg.springframework.http.codec.jsonand co.org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.server.adapter Implementations to adapt to the underlyingorg.springframework.http.client.reactivereactive HTTP adapter andHttpHandler.Uses of ServerCodecConfigurer in org.springframework.http.codec
Methods in org.springframework.http.codec that return ServerCodecConfigurer Modifier and Type Method Description ServerCodecConfigurerServerCodecConfigurer. clone()Create a copy of thisCodecConfigurer.static ServerCodecConfigurerServerCodecConfigurer. 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 Modifier and Type Class Description classDefaultServerCodecConfigurerDefault implementation ofServerCodecConfigurer.Uses of ServerCodecConfigurer in org.springframework.test.web.reactive.server
Method parameters in org.springframework.test.web.reactive.server with type arguments of type ServerCodecConfigurer Modifier and Type Method Description WebTestClient.ControllerSpecWebTestClient.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 ServerCodecConfigurer Modifier and Type Method Description ServerCodecConfigurerWebFluxConfigurationSupport. serverCodecConfigurer()Return the configurer for HTTP message readers and writers.Methods in org.springframework.web.reactive.config with parameters of type ServerCodecConfigurer Modifier and Type Method Description protected 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 custom HTTP message readers and writers or override built-in ones.voidWebFluxConfigurerComposite. configureHttpMessageCodecs(ServerCodecConfigurer configurer)RequestMappingHandlerAdapterWebFluxConfigurationSupport. requestMappingHandlerAdapter(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, FormattingConversionService conversionService, Validator validator)ResponseBodyResultHandlerWebFluxConfigurationSupport. responseBodyResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver)ResponseEntityResultHandlerWebFluxConfigurationSupport. responseEntityResultHandler(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, RequestedContentTypeResolver contentTypeResolver)RouterFunctionMappingWebFluxConfigurationSupport. routerFunctionMapping(ServerCodecConfigurer serverCodecConfigurer)ServerResponseResultHandlerWebFluxConfigurationSupport. 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 ServerCodecConfigurer Modifier and Type Method Description HandlerStrategies.BuilderHandlerStrategies.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 ServerCodecConfigurer Modifier and Type Method Description ServerCodecConfigurerHttpWebHandlerAdapter. getCodecConfigurer()Return the configuredServerCodecConfigurer.Methods in org.springframework.web.server.adapter with parameters of type ServerCodecConfigurer Modifier and Type Method Description WebHttpHandlerBuilderWebHttpHandlerBuilder. 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 ServerCodecConfigurer Constructor Description DefaultServerWebExchange(ServerHttpRequest request, ServerHttpResponse response, WebSessionManager sessionManager, ServerCodecConfigurer codecConfigurer, LocaleContextResolver localeContextResolver)