public class ObjectArrayTypeInfo<T,C> extends TypeInformation<T>
| Modifier and Type | Method and Description |
|---|---|
TypeSerializer<T> |
createSerializer() |
int |
getArity() |
TypeInformation<C> |
getComponentInfo() |
Type |
getComponentType() |
static <T,C> ObjectArrayTypeInfo<T,C> |
getInfoFor(Type type) |
static <T,C> ObjectArrayTypeInfo<T,C> |
getInfoFor(Type type,
TypeInformation<C> componentInfo) |
int |
getTotalFields() |
Type |
getType() |
Class<T> |
getTypeClass() |
boolean |
isBasicType() |
boolean |
isKeyType() |
boolean |
isTupleType() |
String |
toString() |
public boolean isBasicType()
isBasicType in class TypeInformation<T>public boolean isTupleType()
isTupleType in class TypeInformation<T>public int getArity()
getArity in class TypeInformation<T>public int getTotalFields()
getTotalFields in class TypeInformation<T>public Class<T> getTypeClass()
getTypeClass in class TypeInformation<T>public Type getType()
public Type getComponentType()
public TypeInformation<C> getComponentInfo()
public boolean isKeyType()
isKeyType in class TypeInformation<T>public TypeSerializer<T> createSerializer()
createSerializer in class TypeInformation<T>public static <T,C> ObjectArrayTypeInfo<T,C> getInfoFor(Type type, TypeInformation<C> componentInfo)
public static <T,C> ObjectArrayTypeInfo<T,C> getInfoFor(Type type)
Copyright © 2015 The Apache Software Foundation. All rights reserved.