Interface TypeDescriptor<T>

  • Type Parameters:
    T - The type represented by this type descriptor.
    All Superinterfaces:
    Serializable

    @Experimental
    public interface TypeDescriptor<T>
    extends Serializable
    Descriptor interface to create TypeInformation instances.
    • Method Detail

      • getTypeClass

        Class<T> getTypeClass()
        Gets the class of the type represented by this type descriptor.
        Returns:
        The class of the type represented by this type descriptor.