-
Classes Class Description org.apache.flink.formats.json.JsonNodeDeserializationSchema Usenew JsonDeserializationSchema(ObjectNode.class)insteadorg.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 ownDeserializationSchema.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 ownSerializationSchema.
-
Methods Method Description org.apache.flink.formats.json.JsonRowDeserializationSchema.setFailOnMissingField(boolean) Use the providedJsonRowDeserializationSchema.Builderinstead.
-
Constructors Constructor Description org.apache.flink.formats.json.JsonRowDeserializationSchema(TypeInformation<Row>) Use the providedJsonRowDeserializationSchema.Builderinstead.org.apache.flink.formats.json.JsonRowSerializationSchema.Builder(TypeInformation<Row>) UseJsonRowSerializationSchema.builder()instead.