Consider adding support for chaining converters #22381
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
It would be nice to have some support for chaining converters:
Then, a user could more easily compose them:
This is a modest improvement on:
in that code using
andThen
will read in the correct order, e.g. "do A then B" instead of "B.do(A.do)".I'd be happy to submit a PR, if it's agreed that it's a reasonable improvement.
The text was updated successfully, but these errors were encountered: