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 forPojoTypeInfo
type 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 boolean
equals(Object obj)
Field
getField()
TypeInformation<?>
getTypeInformation()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
PojoField
public PojoField(Field field, TypeInformation<?> type)
-
-
Method Detail
-
getField
public Field getField()
-
getTypeInformation
public TypeInformation<?> getTypeInformation()
-
-