Class JacksonJson.ListTypeReference<T>

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

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