Skip to content

GenericConversionService ignores converters for arrays [SPR-7462] #12120

Closed
@spring-projects-issues

Description

@spring-projects-issues

Dave Syer opened SPR-7462 and commented

GenericConversionService ignores converters for arrays: if you add a converter for an array type it is ignored at runtime. The conversion service instead tries to be clever and looks for a converter for the element type in the array. It might find one, but even if it does, it would be the wrong default choice of converter because there is an exact match between the target type and an existing converter.


Affects: 3.0 GA

1 votes, 2 watchers

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions