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 TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Strategy 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 TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 4.0 in favor ofDefaultJacksonJavaTypeMapper
for Jackson 3.class
Jackson 3 type mapper.
JacksonJavaTypeMapper
for Jackson 3.