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 type
V - 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
  • Constructor Details

    • MapTypeReference

      private MapTypeReference()