Uses of Interface
org.springframework.http.converter.SmartHttpMessageConverter
Packages that use SmartHttpMessageConverter
Package
Description
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides an HttpMessageConverter for the CBOR data format.
Provides HttpMessageConverter implementations for handling JSON.
Provides an HttpMessageConverter implementation for handling
 Google Protocol Buffers.
- 
Uses of SmartHttpMessageConverter in org.springframework.http.converterClasses in org.springframework.http.converter that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassAbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat>Abstract base class forHttpMessageConverterimplementations that use Kotlin serialization.classAbstract base class for mostSmartHttpMessageConverterimplementations.classKotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat>Abstract base class forHttpMessageConverterimplementations that defer to Kotlin binary serializers.classKotlinSerializationStringHttpMessageConverter<T extends kotlinx.serialization.StringFormat>Abstract base class forHttpMessageConverterimplementations that defer to Kotlin string serializers.
- 
Uses of SmartHttpMessageConverter in org.springframework.http.converter.cborClasses in org.springframework.http.converter.cbor that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write CBOR using kotlinx.serialization.
- 
Uses of SmartHttpMessageConverter in org.springframework.http.converter.jsonClasses in org.springframework.http.converter.json that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write JSON using kotlinx.serialization.
- 
Uses of SmartHttpMessageConverter in org.springframework.http.converter.protobufClasses in org.springframework.http.converter.protobuf that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write Protocol Buffers using kotlinx.serialization.