类和说明 |
---|
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 . |
方法和说明 |
---|
org.apache.flink.formats.json.JsonRowDeserializationSchema.setFailOnMissingField(boolean)
Use the provided
JsonRowDeserializationSchema.Builder instead. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.