Uses of Package
org.springframework.messaging.converter
Package
Description
Provides support for message conversion.
Defines interfaces and implementation classes for messaging templates.
Support classes for working with annotated message-handling methods.
Support classes for handling messages from simple messaging protocols
(like STOMP).
Configuration support for WebSocket messaging using higher level messaging protocols.
Generic support for simple messaging protocols (like STOMP).
Support for annotation-based WebSocket setup in configuration classes.
-
ClassDescriptionCommon base class for plain JSON converters, e.g.Abstract base class for
SmartMessageConverter
implementations including support for common properties and a partial implementation of the conversion methods, mainly to check if the converter supports the conversion based on the payload class and MIME type.Resolve the content type for a message.A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa.AnMessageConverter
that reads and writescom.google.protobuf.Messages
using Google Protocol Buffers.A simple converter that simply unwraps the message payload as long as it matches the expected target class.An extendedMessageConverter
SPI with conversion hint support. -
ClassDescriptionA converter to turn the payload of a
Message
from serialized form to a typed Object and vice versa. -
ClassDescriptionA converter to turn the payload of a
Message
from serialized form to a typed Object and vice versa. -
ClassDescriptionA converter to turn the payload of a
Message
from serialized form to a typed Object and vice versa. -
ClassDescriptionA
MessageConverter
that delegates to a list of registered converters to be invoked until one of them returns a non-null result.A Jackson 2 basedMessageConverter
implementation.A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa. -
ClassDescriptionA converter to turn the payload of a
Message
from serialized form to a typed Object and vice versa. -
ClassDescriptionA Jackson 2 based
MessageConverter
implementation.A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa.