Class PojoField
- java.lang.Object
-
- org.apache.flink.api.java.typeutils.PojoField
-
- All Implemented Interfaces:
Serializable
@Internal public class PojoField extends Object implements Serializable
Represent a field definition forPojoTypeInfotype of objects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PojoField(Field field, TypeInformation<?> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)FieldgetField()TypeInformation<?>getTypeInformation()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
PojoField
public PojoField(Field field, TypeInformation<?> type)
-
-
Method Detail
-
getField
public Field getField()
-
getTypeInformation
public TypeInformation<?> getTypeInformation()
-
-