Generated by
JDiff

Package org.springframework.messaging.converter

Changed Classes
AbstractMessageConverter Abstract base class for MessageConverter 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.
CompositeMessageConverter A MessageConverter that delegates to a list of other converters to be invoked until one of them returns a non-null result.