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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>getTypeClass()Gets the class of the type represented by this type descriptor.
-