Uses of Interface
org.springframework.amqp.support.converter.ClassMapper
Packages that use ClassMapper
Package
Description
Provides classes for supporting message conversion.
-
Uses of ClassMapper in org.springframework.amqp.support.converter
Subinterfaces of ClassMapper in org.springframework.amqp.support.converterModifier and TypeInterfaceDescriptioninterface
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.amqp.support.converter that implement ClassMapperModifier 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.Methods in org.springframework.amqp.support.converter that return ClassMapperMethods in org.springframework.amqp.support.converter with parameters of type ClassMapperModifier and TypeMethodDescriptionvoid
AbstractJackson2MessageConverter.setClassMapper
(ClassMapper classMapper)