JsonRowDeserializationSchema
in
the "flink-json" module.@PublicEvolving @Deprecated public class JsonRowDeserializationSchema extends JsonRowDeserializationSchema
Row
.
Deserializes the byte[]
messages as a JSON object and reads
the specified fields.
Failure during deserialization are forwarded as wrapped IOExceptions.
Constructor and Description |
---|
JsonRowDeserializationSchema(TypeInformation<Row> typeInfo)
Deprecated.
Please use
JsonRowDeserializationSchema in
the "flink-json" module. |
deserialize, getProducedType, isEndOfStream, setFailOnMissingField
@Deprecated public JsonRowDeserializationSchema(TypeInformation<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.