Uses of Package
org.springframework.kafka.support.mapping
Packages that use org.springframework.kafka.support.mapping
Package
Description
Package for kafka converters
Provides classes related to type mapping.
-
Classes in org.springframework.kafka.support.mapping used by org.springframework.kafka.support.converterClassDescriptionStrategy 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 used by org.springframework.kafka.support.mappingClassDescriptionAbstract type mapper.Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.The precedence for type conversion - inferred from the method parameter or message headers.
-
Classes in org.springframework.kafka.support.mapping used by org.springframework.kafka.support.serializerClassDescriptionStrategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.