Class JsonRowDeserializationSchema.Builder

    • Constructor Detail

      • Builder

        public Builder​(TypeInformation<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:
        http://json-schema.org/