Skip to content

Wrong method signature of GenericConverter interface in chapter 5.5.3 [SPR-6713] #11379

@spring-projects-issues

Description

@spring-projects-issues

Grzegorz Grzybek opened SPR-6713 and commented

The signature of getConvertibleTypes() in documentation is:

public Class<?>[][] getConvertibleTypes();

and it should be:

public Set<ConvertiblePair> getConvertibleTypes();

Affects: 3.0 GA

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions