Clarify Kotlin reified type parameter extensions documentation about type erasure [SPR-16273] #20820
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Sébastien Deleuze opened SPR-16273 and commented
Since type erasure can be fixed only when using
ParameterizedTypeReference
based Java methods,RestOperations
API documentation should be updated to specify which extensions are subject to type erasure, and which are not. Same for WebFlux client and server API.Spring Boot
TestRestTemplate
extensions should be updated as well.Issue Links:
Referenced from: commits deac8e5
The text was updated successfully, but these errors were encountered: