Uses of Interface
org.springframework.kafka.support.serializer.JsonTypeResolver
Packages that use JsonTypeResolver
Package
Description
Provides classes related to Kafka serialization.
-
Uses of JsonTypeResolver in org.springframework.kafka.support.serializer
Methods in org.springframework.kafka.support.serializer with parameters of type JsonTypeResolverModifier and TypeMethodDescriptionvoidJsonDeserializer.setTypeResolver(JsonTypeResolver typeResolver) Deprecated, for removal: This API element is subject to removal in a future version.Set aJsonTypeResolverthat receives the data to be deserialized and the headers and returns a JavaType.JsonDeserializer.typeResolver(JsonTypeResolver resolver) Deprecated, for removal: This API element is subject to removal in a future version.Set aJsonTypeResolverthat receives the data to be deserialized and the headers and returns a JavaType.