public interface FieldValueTypeSupplier
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldValueTypeInformation> |
get(TypeDescriptor<?> typeDescriptor)
Return all the FieldValueTypeInformations.
|
default java.util.List<FieldValueTypeInformation> |
get(TypeDescriptor<?> typeDescriptor,
Schema schema)
Return all the FieldValueTypeInformations.
|
java.util.List<FieldValueTypeInformation> get(TypeDescriptor<?> typeDescriptor)
default java.util.List<FieldValueTypeInformation> get(TypeDescriptor<?> typeDescriptor, Schema schema)
If the schema parameter is not null, then the returned list must be in the same order as fields in the schema.