| AbstractJsonDeserializationSchema |
Deserialization schema from JSON to Flink Table/SQL internal data structure RowData.
|
| JsonDeserializationSchema<T> |
DeserializationSchema that deserializes a JSON String.
|
| JsonFormatFactory |
Table format factory for providing configured instances of JSON to RowData SerializationSchema and DeserializationSchema.
|
| JsonFormatOptions |
Options for the JSON format.
|
| JsonFormatOptionsUtil |
|
| JsonParserRowDataDeserializationSchema |
Tool class used to convert fields from JsonParser to RowData which has a higher
parsing efficiency.
|
| JsonParserToRowDataConverters |
Tool class used to convert fields from JsonParser to RowData.
|
| JsonRowDataDeserializationSchema |
Deserialization schema from JSON to Flink Table/SQL internal data structure RowData.
|
| JsonRowDataSerializationSchema |
Serialization schema that serializes an object of Flink internal data structure into a JSON
bytes.
|
| JsonRowSchemaConverter |
Converts a JSON schema into Flink's type information.
|
| JsonSerializationSchema<T> |
SerializationSchema that serializes an object to a JSON String.
|
| JsonToRowDataConverters |
Tool class used to convert from JsonNode to RowData.
|
| RowDataToJsonConverters |
Tool class used to convert from RowData to JsonNode.
|