All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractJsonDeserializationSchema Deserialization schema from JSON to Flink Table/SQL internal data structureRowData
.CanalJsonDecodingFormat DecodingFormat
for Canal using JSON encoding.CanalJsonDeserializationSchema Deserialization schema from Canal JSON to Flink Table/SQL internal data structureRowData
.CanalJsonDeserializationSchema.Builder A builder for creating aCanalJsonDeserializationSchema
.CanalJsonFormatFactory Format factory for providing configured instances of Canal JSON to RowDataDeserializationSchema
.CanalJsonFormatOptions Option utils for canal-json format.CanalJsonSerializationSchema Serialization schema that serializes an object of Flink Table/SQL internal data structureRowData
into a Canal JSON bytes.DebeziumJsonDecodingFormat DecodingFormat
for Debezium using JSON encoding.DebeziumJsonDeserializationSchema Deserialization schema from Debezium JSON to Flink Table/SQL internal data structureRowData
.DebeziumJsonFormatFactory Format factory for providing configured instances of Debezium JSON to RowDataDeserializationSchema
.DebeziumJsonFormatOptions Option utils for debezium-json format.DebeziumJsonSerializationSchema Serialization schema from Flink Table/SQL internal data structureRowData
to Debezium JSON.JsonDeserializationSchema<T> DeserializationSchema that deserializes a JSON String.JsonFormatFactory Table format factory for providing configured instances of JSON to RowDataSerializationSchema
andDeserializationSchema
.JsonFormatOptions Options for the JSON format.JsonFormatOptions.MapNullKeyMode Handling mode for map data with null key.JsonFormatOptionsUtil Utilities forJsonFormatOptions
.JsonParseException Exception which refers to parse errors in converters.JsonParserRowDataDeserializationSchema Tool class used to convert fields fromJsonParser
toRowData
which has a higher parsing efficiency.JsonParserToRowDataConverters Tool class used to convert fields fromJsonParser
toRowData
.JsonParserToRowDataConverters.JsonParserToRowDataConverter Runtime converter that convertsJsonParser
s into objects of Flink Table & SQL internal data structures.JsonRowDataDeserializationSchema Deserialization schema from JSON to Flink Table/SQL internal data structureRowData
.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 fromJsonNode
toRowData
.JsonToRowDataConverters.JsonToRowDataConverter Runtime converter that convertsJsonNode
s into objects of Flink Table & SQL internal data structures.MaxwellJsonDecodingFormat DecodingFormat
for Maxwell using JSON encoding.MaxwellJsonDeserializationSchema Deserialization schema from Maxwell JSON to Flink Table/SQL internal data structureRowData
.MaxwellJsonFormatFactory Format factory for providing configured instances of Maxwell JSON to RowDataDeserializationSchema
.MaxwellJsonFormatOptions Option utils for maxwell-json format.MaxwellJsonSerializationSchema Serialization schema from Flink Table/SQL internal data structureRowData
to maxwell-Json.OggJsonDecodingFormat DecodingFormat
for Ogg using JSON encoding.OggJsonDeserializationSchema Deserialization schema from Ogg JSON to Flink Table/SQL internal data structureRowData
.OggJsonFormatFactory Format factory for providing configured instances of Ogg JSON to RowDataDeserializationSchema
.OggJsonFormatOptions Option utils for ogg-json format.OggJsonSerializationSchema Serialization schema from Flink Table/SQL internal data structureRowData
to Ogg JSON.RowDataToJsonConverters Tool class used to convert fromRowData
toJsonNode
.RowDataToJsonConverters.RowDataToJsonConverter Runtime converter that converts objects of Flink Table & SQL internal data structures to correspondingJsonNode
s.