| Class and Description |
|---|
| org.apache.flink.formats.json.JsonNodeDeserializationSchema
Use
new JsonDeserializationSchema(ObjectNode.class) instead |
| org.apache.flink.formats.json.JsonRowDeserializationSchema
The format was developed for the Table API users and will not be maintained for
DataStream API users anymore. Either use Table API or switch to Data Stream, defining your
own
DeserializationSchema. |
| org.apache.flink.formats.json.JsonRowSerializationSchema
The format was developed for the Table API users and will not be maintained for
DataStream API users anymore. Either use Table API or switch to Data Stream, defining your
own
SerializationSchema. |
| Method and Description |
|---|
| org.apache.flink.formats.json.JsonRowDeserializationSchema.setFailOnMissingField(boolean)
Use the provided
JsonRowDeserializationSchema.Builder instead. |
| Constructor and Description |
|---|
| org.apache.flink.formats.json.JsonRowSerializationSchema.Builder(String)
Use
JsonRowSerializationSchema.builder() instead. |
| org.apache.flink.formats.json.JsonRowSerializationSchema.Builder(TypeInformation<Row>)
Use
JsonRowSerializationSchema.builder() instead. |
| org.apache.flink.formats.json.JsonRowDeserializationSchema(String)
Use the provided
JsonRowDeserializationSchema.Builder instead. |
| org.apache.flink.formats.json.JsonRowDeserializationSchema(TypeInformation<Row>)
Use the provided
JsonRowDeserializationSchema.Builder instead. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.