Package org.apache.flink.formats.json
package org.apache.flink.formats.json
-
ClassDescriptionDeserialization schema from JSON to Flink Table/SQL internal data structure
RowData.DeserializationSchema that deserializes a JSON String.Table format factory for providing configured instances of JSON to RowDataSerializationSchemaandDeserializationSchema.Options for the JSON format.Handling mode for map data with null key.Utilities forJsonFormatOptions.Exception which refers to parse errors in converters.Tool class used to convert fields fromJsonParsertoRowDatawhich has a higher parsing efficiency.Tool class used to convert fields fromJsonParsertoRowData.Runtime converter that convertsJsonParsers into objects of Flink Table & SQL internal data structures.Deserialization schema from JSON to Flink Table/SQL internal data structureRowData.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 fromJsonNodetoRowData.Runtime converter that convertsJsonNodes into objects of Flink Table & SQL internal data structures.Tool class used to convert fromRowDatatoJsonNode.Runtime converter that converts objects of Flink Table & SQL internal data structures to correspondingJsonNodes.