Class JacksonJson.MapTypeReference<K,V>
java.lang.Object
com.fasterxml.jackson.core.type.TypeReference<Map<K,V>>
de.oktoflow.platform.support.json.jackson.JacksonJson.MapTypeReference<K,V>
- Type Parameters:
K- the key typeV- the value type
- All Implemented Interfaces:
Comparable<com.fasterxml.jackson.core.type.TypeReference<Map<K,V>>>
- Enclosing class:
JacksonJson
private static class JacksonJson.MapTypeReference<K,V>
extends com.fasterxml.jackson.core.type.TypeReference<Map<K,V>>
Internal type to obtain a typed Map from JSON.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields inherited from class com.fasterxml.jackson.core.type.TypeReference
_type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fasterxml.jackson.core.type.TypeReference
compareTo, getType
-
Constructor Details
-
MapTypeReference
private MapTypeReference()
-