- Json - Class in org.apache.flink.table.descriptors
-
Format descriptor for JSON.
- Json() - Constructor for class org.apache.flink.table.descriptors.Json
-
Format descriptor for JSON.
- JsonNodeDeserializationSchema - Class in org.apache.flink.formats.json
-
DeserializationSchema that deserializes a JSON String into an ObjectNode.
- JsonNodeDeserializationSchema() - Constructor for class org.apache.flink.formats.json.JsonNodeDeserializationSchema
-
- JsonRowDeserializationSchema - Class in org.apache.flink.formats.json
-
Deserialization schema from JSON to Flink types.
- JsonRowDeserializationSchema(TypeInformation<Row>) - Constructor for class org.apache.flink.formats.json.JsonRowDeserializationSchema
-
Creates a JSON deserialization schema for the given type information.
- JsonRowDeserializationSchema(String) - Constructor for class org.apache.flink.formats.json.JsonRowDeserializationSchema
-
Creates a JSON deserialization schema for the given JSON schema.
- JsonRowFormatFactory - Class in org.apache.flink.formats.json
-
Table format factory for providing configured instances of JSON-to-row SerializationSchema
and DeserializationSchema.
- JsonRowFormatFactory() - Constructor for class org.apache.flink.formats.json.JsonRowFormatFactory
-
- JsonRowSchemaConverter - Class in org.apache.flink.formats.json
-
Converts a JSON schema into Flink's type information.
- JsonRowSerializationSchema - Class in org.apache.flink.formats.json
-
Serialization schema that serializes an object of Flink types into a JSON bytes.
- JsonRowSerializationSchema(TypeInformation<Row>) - Constructor for class org.apache.flink.formats.json.JsonRowSerializationSchema
-
Creates a JSON serialization schema for the given type information.
- JsonRowSerializationSchema(String) - Constructor for class org.apache.flink.formats.json.JsonRowSerializationSchema
-
Creates a JSON serialization schema for the given JSON schema.
- jsonSchema(String) - Method in class org.apache.flink.table.descriptors.Json
-
Sets the JSON schema string with field names and the types according to the JSON schema
specification [[http://json-schema.org/specification.html]].
- JsonValidator - Class in org.apache.flink.table.descriptors
-
- JsonValidator() - Constructor for class org.apache.flink.table.descriptors.JsonValidator
-