You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couldn't find any way to construct JsonDeserializer with TypeReference argument.
The only way is Class <T> targetType but ObjectMapper instance (default) which is initialized inside deserializer has readerFor(TypeReference<?> type) for a long time already.
Building custom ObjectMapper feels like workaround in such case.
Is there any specific reason why JsonDeserializer does not provide such constructor?