**[Grzegorz Grzybek](https://jira.spring.io/secure/ViewProfile.jspa?name=grzes)** opened **[SPR-6713](https://jira.spring.io/browse/SPR-6713?redirect=false)** and commented The signature of `getConvertibleTypes()` in documentation is: ``` public Class<?>[][] getConvertibleTypes(); ``` and it should be: ``` public Set<ConvertiblePair> getConvertibleTypes(); ``` --- **Affects:** 3.0 GA