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.
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
Provides HttpMessageConverter implementations for handling XML.
Provides an
HttpMessageConverter for the YAML data format.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of SmartHttpMessageConverter in org.springframework.http.converter
Classes in org.springframework.http.converter that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassAbstractJacksonHttpMessageConverter<T extends tools.jackson.databind.ObjectMapper>Abstract base class for Jackson based and content type independentHttpMessageConverterimplementations.classAbstractKotlinSerializationHttpMessageConverter<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.cbor
Classes in org.springframework.http.converter.cbor that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 3.x extension.classImplementation ofHttpMessageConverterthat can read and write CBOR using kotlinx.serialization. -
Uses of SmartHttpMessageConverter in org.springframework.http.converter.json
Classes in org.springframework.http.converter.json that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassclassImplementation ofHttpMessageConverterthat can read and write JSON using kotlinx.serialization. -
Uses of SmartHttpMessageConverter in org.springframework.http.converter.protobuf
Classes in org.springframework.http.converter.protobuf that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write Protocol Buffers using kotlinx.serialization. -
Uses of SmartHttpMessageConverter in org.springframework.http.converter.smile
Classes in org.springframework.http.converter.smile that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write Smile data format ("binary JSON") using the dedicated Jackson 3.x extension. -
Uses of SmartHttpMessageConverter in org.springframework.http.converter.xml
Classes in org.springframework.http.converter.xml that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write XML using Jackson 3.x extension component for reading and writing XML encoded data. -
Uses of SmartHttpMessageConverter in org.springframework.http.converter.yaml
Classes in org.springframework.http.converter.yaml that implement SmartHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write the YAML data format using the dedicated Jackson 3.x extension. -
Uses of SmartHttpMessageConverter in org.springframework.web.servlet.mvc.method.annotation
Method parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type SmartHttpMessageConverterModifier and TypeMethodDescriptionJsonViewRequestBodyAdvice.determineReadHints(MethodParameter parameter, Type targetType, Class<? extends SmartHttpMessageConverter<?>> converterType) KotlinRequestBodyAdvice.determineReadHints(MethodParameter parameter, Type targetType, Class<? extends SmartHttpMessageConverter<?>> converterType) RequestBodyAdvice.determineReadHints(MethodParameter parameter, Type targetType, Class<? extends SmartHttpMessageConverter<?>> converterType) Invoked to determine read hints if the converter is aSmartHttpMessageConverter.