Introduce uniform GenericConverter interface within the GenericConversionService implementation [SPR-6139] #10807
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Keith Donald opened SPR-6139 and commented
Currently the GenericConversionService implementation indexes Converters and ConverterFactories directly under these specific SPI interfaces, and has a nasty if/else block for special-case "generic converters" that require full access to the source/target property binding context (via TypeDescriptor). We should introduce a uniform GenericConversionService all type converters are indexed under in the GenericConversionService, including user-defined Converters, ConverterFactories, and special-case GenericConverters.
Affects: 3.0 M4
The text was updated successfully, but these errors were encountered: