程序包的使用
org.springframework.messaging.converter
使用org.springframework.messaging.converter的程序包 程序包 说明 org.springframework.messaging.converter Provides support for message conversion.org.springframework.messaging.core Defines interfaces and implementation classes for messaging templates.org.springframework.messaging.handler.annotation.support Support classes for working with annotated message-handling methods.org.springframework.messaging.simp.annotation.support Support classes for handling messages from simple messaging protocols (like STOMP).org.springframework.messaging.simp.config Configuration support for WebSocket messaging using higher level messaging protocols.org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.messaging.converter使用的org.springframework.messaging.converter中的类 类 说明 AbstractMessageConverter Abstract base class forSmartMessageConverter
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.ContentTypeResolver Resolve the content type for a message.MessageConverter A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa.ProtobufMessageConverter AnMessageConverter
that reads and writescom.google.protobuf.Messages
using Google Protocol Buffers.SimpleMessageConverter A simple converter that simply unwraps the message payload as long as it matches the expected target class.SmartMessageConverter An extendedMessageConverter
SPI with conversion hint support.org.springframework.messaging.core使用的org.springframework.messaging.converter中的类 类 说明 MessageConverter A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa.org.springframework.messaging.handler.annotation.support使用的org.springframework.messaging.converter中的类 类 说明 MessageConverter A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa.org.springframework.messaging.simp.annotation.support使用的org.springframework.messaging.converter中的类 类 说明 MessageConverter A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa.org.springframework.messaging.simp.config使用的org.springframework.messaging.converter中的类 类 说明 CompositeMessageConverter AMessageConverter
that delegates to a list of registered converters to be invoked until one of them returns a non-null result.MappingJackson2MessageConverter A Jackson 2 basedMessageConverter
implementation.MessageConverter A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa.org.springframework.messaging.simp.stomp使用的org.springframework.messaging.converter中的类 类 说明 MessageConverter A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa.org.springframework.web.socket.config.annotation使用的org.springframework.messaging.converter中的类 类 说明 MappingJackson2MessageConverter A Jackson 2 basedMessageConverter
implementation.MessageConverter A converter to turn the payload of aMessage
from serialized form to a typed Object and vice versa.