Class JsonRowSerializationSchema.Builder

    • Constructor Detail

      • Builder

        @Deprecated
        public Builder​(org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> typeInfo)
        Deprecated.
        Creates a JSON serialization 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.
    • Method Detail

      • withTypeInfo

        public JsonRowSerializationSchema.Builder withTypeInfo​(org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> typeInfo)
        Sets type information for JSON serialization schema.
        Parameters:
        typeInfo - Type information describing the result type. The field names of Row are used to parse the JSON properties.