Class TestJson.MapTypeReference<K,V>

java.lang.Object
com.fasterxml.jackson.core.type.TypeReference<Map<K,V>>
test.de.iip_ecosphere.platform.support.json.TestJson.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:
TestJson

private static class TestJson.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()