Skip to content

Enable registration of custom type converters [INT-174] #4192

Closed
@spring-operator

Description

@spring-operator

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:

3 votes, 3 watchers

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions