Class | Description |
---|---|
CompositeMessageConverterFactory |
A factory for creating an instance of
CompositeMessageConverter for a given target MIME type |
CustomMimeTypeConverter |
A custom converter for
MediaType that accepts a plain java class name as a shorthand for
application/x-java-object;type=the.qualified.ClassName . |
JavaSerializationMessageConverter | |
JsonUnmarshallingConverter |
Message converter providing backwards compatibility for applications using
an Java type as input.
|
MessageConverterUtils |
Message conversion utility methods.
|
TupleJsonMessageConverter |
A
MessageConverter
to convert a Tuple to a JSON String |
Exception | Description |
---|---|
ConversionException |
Exception thrown when an error is encountered during message conversion.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.