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