Package org.apache.flink.formats.json
Interface JsonParserToRowDataConverters.JsonParserToRowDataConverter
-
- All Superinterfaces:
Serializable
- Enclosing class:
- JsonParserToRowDataConverters
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface JsonParserToRowDataConverters.JsonParserToRowDataConverter extends Serializable
Runtime converter that convertsJsonParser
s into objects of Flink Table & SQL internal data structures. UnlikeJsonToRowDataConverters.JsonToRowDataConverter
, this interface also supports projection pushdown of nested fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser)
-
-
-
Method Detail
-
convert
Object convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
- Throws:
IOException
-
-