Uses of Class
org.apache.flink.api.common.typeinfo.TypeInfoFactory
-
Packages that use TypeInfoFactory Package Description org.apache.flink.api.common.typeinfo org.apache.flink.api.java.typeutils -
-
Uses of TypeInfoFactory in org.apache.flink.api.common.typeinfo
Methods in org.apache.flink.api.common.typeinfo that return types with arguments of type TypeInfoFactory Modifier and Type Method Description Class<? extends TypeInfoFactory>value() -
Uses of TypeInfoFactory in org.apache.flink.api.java.typeutils
Subclasses of TypeInfoFactory in org.apache.flink.api.java.typeutils Modifier and Type Class Description classEitherTypeInfoFactory<L,R>Methods in org.apache.flink.api.java.typeutils that return TypeInfoFactory Modifier and Type Method Description static <OUT> TypeInfoFactory<OUT>TypeExtractor. getTypeInfoFactory(Field field)Returns the type information factory for an annotated field.static <OUT> TypeInfoFactory<OUT>TypeExtractor. getTypeInfoFactory(Type t)Returns the type information factory for a type using the factory registry or annotations.
-