@FunctionalInterface public static interface JsonParserToRowDataConverters.JsonParserToRowDataConverter extends Serializable
JsonParsers into objects of Flink Table & SQL
internal data structures. Unlike JsonToRowDataConverters.JsonToRowDataConverter, this
interface also supports projection pushdown of nested fields.| Modifier and Type | Method and Description |
|---|---|
Object |
convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser) |
Object convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.