Class TypeReferenceImpl
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.serialisation.TypeReferenceImpl
-
public final class TypeReferenceImpl extends Object
Utility class which contains a number of inner classes for differentTypeReference
s used by the Gaffer project to denote the output type of anOutput
.- See Also:
Output.getOutputTypeReference()
-
-
Nested Class Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> com.fasterxml.jackson.core.type.TypeReference<T>
createExplicitT()
static <T> com.fasterxml.jackson.core.type.TypeReference<Iterable<T>>
createIterableExplicitT()
static <T> com.fasterxml.jackson.core.type.TypeReference<Iterable<? extends T>>
createIterableT()
-
-
-
Method Detail
-
createExplicitT
public static <T> com.fasterxml.jackson.core.type.TypeReference<T> createExplicitT()
-
createIterableT
public static <T> com.fasterxml.jackson.core.type.TypeReference<Iterable<? extends T>> createIterableT()
-
createIterableExplicitT
public static <T> com.fasterxml.jackson.core.type.TypeReference<Iterable<T>> createIterableExplicitT()
-
-