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
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.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
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.Methods in org.springframework.amqp.support.converter that return ClassMapperModifier and TypeMethodDescription@Nullable ClassMapper
AbstractJackson2MessageConverter.getClassMapper()
Deprecated, for removal: This API element is subject to removal in a future version.@Nullable ClassMapper
AbstractJacksonMessageConverter.getClassMapper()
Methods in org.springframework.amqp.support.converter with parameters of type ClassMapperModifier and TypeMethodDescriptionvoid
AbstractJackson2MessageConverter.setClassMapper
(ClassMapper classMapper) Deprecated, for removal: This API element is subject to removal in a future version.void
AbstractJacksonMessageConverter.setClassMapper
(ClassMapper classMapper)
JacksonJavaTypeMapper
for Jackson 3.