Class | Description |
---|---|
CompositeMessageConverterFactory |
A factory for creating an instance of
CompositeMessageConverter for a given
target MIME type |
CustomMimeTypeConverter |
A custom converter for
MimeType that accepts a plain java class name as a
shorthand for application/x-java-object;type=the.qualified.ClassName . |
JavaSerializationMessageConverter | Deprecated
as of 2.0.
|
JsonUnmarshallingConverter | Deprecated
as of 2.0.
|
KryoMessageConverter | Deprecated
as of 2.0 all language specific type converters (kryo, java etc) are deprecated and won't be supported in the future.
|
MessageConverterUtils |
Message conversion utility methods.
|
ObjectStringMessageConverter |
A
MessageConverter to convert a
non-String objects to a String, when expected content type is "text/plain". |
TupleJsonMessageConverter | Deprecated
as of 2.0.
|
Exception | Description |
---|---|
ConversionException |
Exception thrown when an error is encountered during message conversion.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.