Uses of Interface
org.springframework.amqp.support.converter.ClassMapper
Package
Description
Provides classes for supporting message conversion.
-
Uses of ClassMapper in org.springframework.amqp.support.converter
Modifier and TypeInterfaceDescriptioninterface
Strategy for setting metadata on messages such that one can create the class that needs to be instantiated when receiving a message.Modifier and TypeClassDescriptionclass
Maps to/from JSON using type information in theMessageProperties
; the default name of the message property containing the type is "__TypeId__".class
Jackson 2 type mapper.Modifier and TypeMethodDescriptionvoid
AbstractJackson2MessageConverter.setClassMapper
(ClassMapper classMapper)