Interface JsonToRowDataConverters.JsonToRowDataConverter

All Superinterfaces:
Serializable
Enclosing class:
JsonToRowDataConverters
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 JsonToRowDataConverters.JsonToRowDataConverter extends Serializable
Runtime converter that converts JsonNodes into objects of Flink Table & SQL internal data structures.
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.JsonNode jsonNode)
     
  • Method Details

    • convert

      Object convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.JsonNode jsonNode)