Class TypeReferenceImpl


  • public final class TypeReferenceImpl
    extends Object
    Utility class which contains a number of inner classes for different TypeReferences used by the Gaffer project to denote the output type of an Output.
    See Also:
    Output.getOutputTypeReference()
    • 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()