Add convenient method to construct ParameterizedTypeReference from Type [SPR-16054] #20603
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Yanming Zhou opened SPR-16054 and commented
I am implementing MethodInterceptor to translate method call to rest api call, so I need translate method.getGenericReturnType() to ParameterizedTypeReference for ResponseEntity, Here is my hack:
I wish spring provide such as:
Backported to: 4.3.12
The text was updated successfully, but these errors were encountered: