Class BasicTypeDescriptorImpl<T>
- java.lang.Object
-
- org.apache.flink.api.common.typeinfo.descriptor.BasicTypeDescriptorImpl<T>
-
- Type Parameters:
T- type for whichTypeInformationis created.
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.typeinfo.TypeDescriptor<T>
@Internal public class BasicTypeDescriptorImpl<T> extends Object implements org.apache.flink.api.common.typeinfo.TypeDescriptor<T>
Implementation ofTypeDescriptorto createBasicTypeInfo. Note that this class is initiated via reflection. So, changing its path or constructor will brake tests.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicTypeDescriptorImpl(org.apache.flink.api.common.typeinfo.TypeDescriptor<T> typeDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicTypeInfo<T>getBasicTypeInfo()Class<T>getTypeClass()StringtoString()
-
-
-
Constructor Detail
-
BasicTypeDescriptorImpl
public BasicTypeDescriptorImpl(org.apache.flink.api.common.typeinfo.TypeDescriptor<T> typeDescriptor)
-
-