Uses of Interface
org.springframework.http.converter.GenericHttpMessageConverter
Packages that use GenericHttpMessageConverter
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.Testing support for JSON.
AssertJ support for MockMvc.
-
Uses of GenericHttpMessageConverter in org.springframework.http.converter
Classes in org.springframework.http.converter that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclassAbstract base class for mostGenericHttpMessageConverterimplementations.classAbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat>Abstract base class forHttpMessageConverterimplementations that use Kotlin serialization.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.classImplementation ofHttpMessageConverterthat can write a singleResourceRegionor Collections ofResourceRegions. -
Uses of GenericHttpMessageConverter in org.springframework.http.converter.cbor
Classes in org.springframework.http.converter.cbor that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write CBOR using kotlinx.serialization.classImplementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 2.x extension. -
Uses of GenericHttpMessageConverter in org.springframework.http.converter.json
Classes in org.springframework.http.converter.json that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclassAbstract base class for Jackson based and content type independentHttpMessageConverterimplementations.classCommon base class for plain JSON converters, e.g.classImplementation ofHttpMessageConverterthat can read and write JSON using the Google Gson library.classImplementation ofHttpMessageConverterthat can read and write JSON using the JSON Binding API.classImplementation ofHttpMessageConverterthat can read and write JSON using kotlinx.serialization.classImplementation ofHttpMessageConverterthat can read and write JSON using Jackson 2.x'sObjectMapper. -
Uses of GenericHttpMessageConverter in org.springframework.http.converter.protobuf
Classes in org.springframework.http.converter.protobuf that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write Protocol Buffers using kotlinx.serialization. -
Uses of GenericHttpMessageConverter in org.springframework.http.converter.smile
Classes in org.springframework.http.converter.smile that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write Smile data format ("binary JSON") using the dedicated Jackson 2.x extension. -
Uses of GenericHttpMessageConverter in org.springframework.http.converter.xml
Classes in org.springframework.http.converter.xml that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclassJaxb2CollectionHttpMessageConverter<T extends Collection>AnHttpMessageConverterthat can read XML collections using JAXB2.classImplementation ofHttpMessageConverterthat can read and write XML using Jackson 2.x extension component for reading and writing XML encoded data. -
Uses of GenericHttpMessageConverter in org.springframework.http.converter.yaml
Classes in org.springframework.http.converter.yaml that implement GenericHttpMessageConverterModifier and TypeClassDescriptionclassImplementation ofHttpMessageConverterthat can read and write the YAML data format using the dedicated Jackson 2.x extension. -
Uses of GenericHttpMessageConverter in org.springframework.test.json
Constructors in org.springframework.test.json with parameters of type GenericHttpMessageConverterModifierConstructorDescriptionprotectedAbstractJsonValueAssert(Object actual, Class<?> selfType, GenericHttpMessageConverter<Object> httpMessageConverter) JsonPathAssert(CharSequence json, GenericHttpMessageConverter<Object> jsonMessageConverter) -
Uses of GenericHttpMessageConverter in org.springframework.test.web.servlet.assertj
Constructors in org.springframework.test.web.servlet.assertj with parameters of type GenericHttpMessageConverterModifierConstructorDescriptionprotectedAbstractMockHttpServletResponseAssert(GenericHttpMessageConverter<Object> jsonMessageConverter, ACTUAL actual, Class<?> selfType)