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 converts JsonParsers into objects of Flink Table & SQL internal data structures. Unlike JsonToRowDataConverters.JsonToRowDataConverter, this interface also supports projection pushdown of nested fields.
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser)
     
  • Method Details

    • convert

      Object convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
      Throws:
      IOException