JsonRowDeserializationSchema
in
the "flink-json" module.@PublicEvolving @Deprecated public class JsonRowDeserializationSchema extends org.apache.flink.formats.json.JsonRowDeserializationSchema
Row
.
Deserializes the byte[]
messages as a JSON object and reads
the specified fields.
Failure during deserialization are forwarded as wrapped IOExceptions.
构造器和说明 |
---|
JsonRowDeserializationSchema(org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> typeInfo)
已过时。
Please use
JsonRowDeserializationSchema in
the "flink-json" module. |
@Deprecated public JsonRowDeserializationSchema(org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> typeInfo)
JsonRowDeserializationSchema
in
the "flink-json" module.typeInfo
- Type information describing the result type. The field names are used
to parse the JSON file and so are the types.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.