Package org.springframework.kafka.support.mapping
Provides classes related to type mapping.
-
Interface Summary Interface Description ClassMapper Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.Jackson2JavaTypeMapper Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message. -
Class Summary Class Description AbstractJavaTypeMapper Abstract type mapper.DefaultJackson2JavaTypeMapper Jackson 2 type mapper. -
Enum Summary Enum Description Jackson2JavaTypeMapper.TypePrecedence The precedence for type conversion - inferred from the method parameter or message headers.