Uses of Class
org.apache.flink.api.java.typeutils.PojoTypeInfo
-
Packages that use PojoTypeInfo Package Description org.apache.flink.formats.avro.typeutils org.apache.flink.table.data.util -
-
Uses of PojoTypeInfo in org.apache.flink.formats.avro.typeutils
Subclasses of PojoTypeInfo in org.apache.flink.formats.avro.typeutils Modifier and Type Class Description class
AvroTypeInfo<T extends org.apache.avro.specific.SpecificRecordBase>
Special type information to generate a special AvroTypeInfo for Avro POJOs (implementing SpecificRecordBase, the typed Avro POJOs) -
Uses of PojoTypeInfo in org.apache.flink.table.data.util
Constructors in org.apache.flink.table.data.util with parameters of type PojoTypeInfo Constructor Description PojoConverter(PojoTypeInfo<T> t, DataType[] fieldTypes)
-