| Class | Description |
|---|---|
| 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. |
| ModuleTypeConversionPlugin |
A
Plugin for processing module message conversion parameters (inputType and outputType). |
| ModuleTypeConversionPluginMetadataResolver |
A
ModuleOptionsMetadataResolver that will dynamically add inputType and outputType options to
every module, according to their type. |
| ModuleTypeConversionSupport |
Support class that configures the message converters for the module input/output channel.
|
| StreamPlugin |