Uses of Class
org.springframework.messaging.converter.AbstractMessageConverter
Packages that use AbstractMessageConverter Package Description org.springframework.messaging.converter Provides support for message conversion.Uses of AbstractMessageConverter in org.springframework.messaging.converter
Subclasses of AbstractMessageConverter in org.springframework.messaging.converter Modifier and Type Class Description 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.