Closed
Description
Mark Fisher opened INT-174 and commented
Currently, Spring's default type conversion applies to any POJO method registered as a MessageHandler (via annotations or XML). For example, conversion occurs automatically when passing a Message with a String payload of "12345" to a handler with: someMethod(int num)
Additional "default" converters should be added to the Spring Integration core for common transformation requirements, and it should be possible to register additional custom type converters. These converters will enable a majority of type-level Message Transformation to occur automatically without the need for explicit implementations of MessageTransformer.
Issue Links:
- Revisit ConversionService strategy, since it is used in determining the mapping between Messages and Method parameters [INT-829] #4838 Revisit ConversionService strategy, since it is used in determining the mapping between Messages and Method parameters
("is depended on by") - Support type conversion for datatype channels [INT-912] #4918 Support type conversion for datatype channels
3 votes, 3 watchers