Skip to content

Introduce uniform GenericConverter interface within the GenericConversionService implementation [SPR-6139] #10807

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions