Class TestJson.ListTypeReference<T>

java.lang.Object
com.fasterxml.jackson.core.type.TypeReference<List<T>>
test.de.iip_ecosphere.platform.support.json.TestJson.ListTypeReference<T>
Type Parameters:
T - the element type
All Implemented Interfaces:
Comparable<com.fasterxml.jackson.core.type.TypeReference<List<T>>>
Enclosing class:
TestJson

private static class TestJson.ListTypeReference<T> extends com.fasterxml.jackson.core.type.TypeReference<List<T>>
Internal type to obtain a typed List from JSON.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • ListTypeReference

      private ListTypeReference()