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
-
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
-
ListTypeReference
private ListTypeReference()
-