Class JsonRowDeserializationSchema.Builder

java.lang.Object
org.apache.flink.formats.json.JsonRowDeserializationSchema.Builder
Enclosing class:
JsonRowDeserializationSchema

public static class JsonRowDeserializationSchema.Builder extends Object
  • Constructor Details

    • Builder

      public Builder(org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> typeInfo)
      Creates a JSON deserialization schema for the given type information.
      Parameters:
      typeInfo - Type information describing the result type. The field names of Row are used to parse the JSON properties.
    • Builder

      public Builder(String jsonSchema)
      Creates a JSON deserialization schema for the given JSON schema.
      Parameters:
      jsonSchema - JSON schema describing the result type
      See Also:
  • Method Details