Uses of Package
org.springframework.messaging.converter
Packages that use 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.
- 
Classes in org.springframework.messaging.converter used by org.springframework.messaging.converterClassDescriptionCommon base class for plain JSON converters, for example, Gson and JSON-B.Abstract base class forSmartMessageConverterimplementations 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 aMessagefrom serialized form to a typed Object and vice versa.AnMessageConverterthat reads and writescom.google.protobuf.Messagesusing Google Protocol Buffers.A simple converter that simply unwraps the message payload as long as it matches the expected target class.An extendedMessageConverterSPI with conversion hint support.
- 
Classes in org.springframework.messaging.converter used by org.springframework.messaging.coreClassDescriptionA converter to turn the payload of aMessagefrom serialized form to a typed Object and vice versa.
- 
Classes in org.springframework.messaging.converter used by org.springframework.messaging.handler.annotation.supportClassDescriptionA converter to turn the payload of aMessagefrom serialized form to a typed Object and vice versa.
- 
Classes in org.springframework.messaging.converter used by org.springframework.messaging.simp.annotation.supportClassDescriptionA converter to turn the payload of aMessagefrom serialized form to a typed Object and vice versa.
- 
Classes in org.springframework.messaging.converter used by org.springframework.messaging.simp.configClassDescriptionAMessageConverterthat delegates to a list of registered converters to be invoked until one of them returns a non-null result.A Jackson 2 basedMessageConverterimplementation.A converter to turn the payload of aMessagefrom serialized form to a typed Object and vice versa.
- 
Classes in org.springframework.messaging.converter used by org.springframework.messaging.simp.stompClassDescriptionA converter to turn the payload of aMessagefrom serialized form to a typed Object and vice versa.
- 
Classes in org.springframework.messaging.converter used by org.springframework.web.socket.config.annotationClassDescriptionA Jackson 2 basedMessageConverterimplementation.A converter to turn the payload of aMessagefrom serialized form to a typed Object and vice versa.