Package org.springframework.integration.support.converter
package org.springframework.integration.support.converter
Provides classes supporting message conversion.
-
ClassDescriptionA
Converter
that delegates to aDeserializer
to convert data in a byte array to an object.ACompositeMessageConverter
extension with some defaultMessageConverter
s which can be overridden with the given converters or added in the end of targetconverters
collection.Default message converter for datatype channels.Converts to/from a Map with 2 keys ('headers' and 'payload').AStringMessageConverter
extension to convert any object to string.The simpleMessageConverter
implementation which contract is to returnMessage
as is for bothfrom/to
operations.