Uses of Interface
org.springframework.http.codec.CodecConfigurer.DefaultCodecs
Packages that use CodecConfigurer.DefaultCodecs Package Description org.springframework.http.codec Uses of CodecConfigurer.DefaultCodecs in org.springframework.http.codec
Subinterfaces of CodecConfigurer.DefaultCodecs in org.springframework.http.codec Modifier and Type Interface Description static interfaceClientCodecConfigurer.ClientDefaultCodecsCodecConfigurer.DefaultCodecsextension with extra client-side options.static interfaceServerCodecConfigurer.ServerDefaultCodecsCodecConfigurer.DefaultCodecsextension with extra client-side options.Methods in org.springframework.http.codec that return CodecConfigurer.DefaultCodecs Modifier and Type Method Description CodecConfigurer.DefaultCodecsCodecConfigurer. defaultCodecs()Provides a way to customize or replace HTTP message readers and writers registered by default.