Uses of Interface
org.springframework.kafka.support.mapping.ClassMapper
Packages that use ClassMapper
Package
Description
Provides classes related to type mapping.
-
Uses of ClassMapper in org.springframework.kafka.support.mapping
Subinterfaces of ClassMapper in org.springframework.kafka.support.mappingModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceStrategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.Classes in org.springframework.kafka.support.mapping that implement ClassMapperModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 4.0 in favor ofDefaultJacksonJavaTypeMapperfor Jackson 3.classJackson 3 type mapper.
JacksonJavaTypeMapperfor Jackson 3.