Class TypeDescriptors

java.lang.Object
org.apache.beam.sdk.values.TypeDescriptors

public class TypeDescriptors extends Object
A utility class for creating TypeDescriptor objects for different types, such as Java primitive types, containers and KVs of other TypeDescriptor objects, and extracting type variables of parameterized types (e.g. extracting the OutputT type variable of a DoFn<InputT, OutputT>).