All Classes and Interfaces
Class
Description
Deserialization schema from JSON to Flink Table/SQL internal data structure
RowData.DecodingFormat for Canal using JSON encoding.Deserialization schema from Canal JSON to Flink Table/SQL internal data structure
RowData.A builder for creating a
CanalJsonDeserializationSchema.Format factory for providing configured instances of Canal JSON to RowData
DeserializationSchema.Option utils for canal-json format.
Serialization schema that serializes an object of Flink Table/SQL internal data structure
RowData into a Canal JSON bytes.DecodingFormat for Debezium using JSON encoding.Deserialization schema from Debezium JSON to Flink Table/SQL internal data structure
RowData.Format factory for providing configured instances of Debezium JSON to RowData
DeserializationSchema.Option utils for debezium-json format.
Serialization schema from Flink Table/SQL internal data structure
RowData to Debezium
JSON.DeserializationSchema that deserializes a JSON String.
Table format factory for providing configured instances of JSON to RowData
SerializationSchema and DeserializationSchema.Options for the JSON format.
Handling mode for map data with null key.
Utilities for
JsonFormatOptions.Exception which refers to parse errors in converters.
Tool class used to convert fields from
JsonParser to RowData which has a higher
parsing efficiency.Tool class used to convert fields from
JsonParser to RowData.Runtime converter that converts
JsonParsers into objects of Flink Table & SQL
internal data structures.Deserialization schema from JSON to Flink Table/SQL internal data structure
RowData.Serialization schema that serializes an object of Flink internal data structure into a JSON
bytes.
Converts a JSON schema into Flink's type information.
SerializationSchema that serializes an object to a JSON String.
Tool class used to convert from
JsonNode to RowData.Runtime converter that converts
JsonNodes into objects of Flink Table & SQL internal
data structures.DecodingFormat for Maxwell using JSON encoding.Deserialization schema from Maxwell JSON to Flink Table/SQL internal data structure
RowData.Format factory for providing configured instances of Maxwell JSON to RowData
DeserializationSchema.Option utils for maxwell-json format.
Serialization schema from Flink Table/SQL internal data structure
RowData to
maxwell-Json.DecodingFormat for Ogg using JSON encoding.Deserialization schema from Ogg JSON to Flink Table/SQL internal data structure
RowData.Format factory for providing configured instances of Ogg JSON to RowData
DeserializationSchema.Option utils for ogg-json format.
Serialization schema from Flink Table/SQL internal data structure
RowData to Ogg JSON.Tool class used to convert from
RowData to JsonNode.Runtime converter that converts objects of Flink Table & SQL internal data structures to
corresponding
JsonNodes.