类的使用
org.springframework.messaging.converter.AbstractMessageConverter
使用AbstractMessageConverter的程序包 程序包 说明 org.springframework.messaging.converter Provides support for message conversion.org.springframework.messaging.converter中AbstractMessageConverter的使用
org.springframework.messaging.converter中AbstractMessageConverter的子类 修饰符和类型 类 说明 classByteArrayMessageConverterAMessageConverterthat supports MIME type "application/octet-stream" with the payload converted to and from a byte[].classMappingJackson2MessageConverterA Jackson 2 basedMessageConverterimplementation.classMarshallingMessageConverterImplementation ofMessageConverterthat can read and write XML using Spring'sMarshallerandUnmarshallerabstractions.classProtobufJsonFormatMessageConverterSubclass ofProtobufMessageConverterfor use with the official"com.google.protobuf:protobuf-java-util"library for JSON support.classProtobufMessageConverterAnMessageConverterthat reads and writescom.google.protobuf.Messagesusing Google Protocol Buffers.classStringMessageConverterAMessageConverterthat supports MIME type "text/plain" with the payload converted to and from a String.