Uses of Class
org.springframework.amqp.support.converter.AllowedListDeserializingMessageConverter
Package
Description
Provides classes for supporting message conversion.
-
Uses of AllowedListDeserializingMessageConverter in org.springframework.amqp.support.converter
Modifier and TypeClassDescriptionclass
Implementation ofMessageConverter
that can work with Strings or native objects of any kind via theSerializer
andDeserializer
abstractions in Spring.class
Implementation ofMessageConverter
that can work with Strings, Serializable instances, or byte arrays.