Class NullableListTypeInfo<T>

  • Type Parameters:
    T - The type of the elements in the list.
    All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class NullableListTypeInfo<T>
    extends ListTypeInfo<T>
    A TypeInformation for the list types of the Java API, accepting null collection and null elements.
    See Also:
    Serialized Form
    • Constructor Detail

      • NullableListTypeInfo

        public NullableListTypeInfo​(Class<T> elementTypeClass)
      • NullableListTypeInfo

        public NullableListTypeInfo​(TypeInformation<T> elementTypeInfo)