Uses of Class
org.apache.flink.formats.json.JsonFormatOptions.MapNullKeyMode
-
-
Uses of JsonFormatOptions.MapNullKeyMode in org.apache.flink.formats.json
Methods in org.apache.flink.formats.json that return JsonFormatOptions.MapNullKeyMode Modifier and Type Method Description static JsonFormatOptions.MapNullKeyMode
JsonFormatOptionsUtil. getMapNullKeyMode(ReadableConfig config)
Creates handling mode for null key map data.static JsonFormatOptions.MapNullKeyMode
JsonFormatOptions.MapNullKeyMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonFormatOptions.MapNullKeyMode[]
JsonFormatOptions.MapNullKeyMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.formats.json with parameters of type JsonFormatOptions.MapNullKeyMode Constructor Description JsonRowDataSerializationSchema(RowType rowType, TimestampFormat timestampFormat, JsonFormatOptions.MapNullKeyMode mapNullKeyMode, String mapNullKeyLiteral, boolean encodeDecimalAsPlainNumber, boolean ignoreNullFields)
RowDataToJsonConverters(TimestampFormat timestampFormat, JsonFormatOptions.MapNullKeyMode mapNullKeyMode, String mapNullKeyLiteral, boolean ignoreNullFields)
-
Uses of JsonFormatOptions.MapNullKeyMode in org.apache.flink.formats.json.canal
Constructors in org.apache.flink.formats.json.canal with parameters of type JsonFormatOptions.MapNullKeyMode Constructor Description CanalJsonSerializationSchema(RowType rowType, TimestampFormat timestampFormat, JsonFormatOptions.MapNullKeyMode mapNullKeyMode, String mapNullKeyLiteral, boolean encodeDecimalAsPlainNumber, boolean ignoreNullFields)
-
Uses of JsonFormatOptions.MapNullKeyMode in org.apache.flink.formats.json.debezium
Constructors in org.apache.flink.formats.json.debezium with parameters of type JsonFormatOptions.MapNullKeyMode Constructor Description DebeziumJsonSerializationSchema(RowType rowType, TimestampFormat timestampFormat, JsonFormatOptions.MapNullKeyMode mapNullKeyMode, String mapNullKeyLiteral, boolean encodeDecimalAsPlainNumber, boolean ignoreNullFields)
-
Uses of JsonFormatOptions.MapNullKeyMode in org.apache.flink.formats.json.maxwell
Constructors in org.apache.flink.formats.json.maxwell with parameters of type JsonFormatOptions.MapNullKeyMode Constructor Description MaxwellJsonSerializationSchema(RowType rowType, TimestampFormat timestampFormat, JsonFormatOptions.MapNullKeyMode mapNullKeyMode, String mapNullKeyLiteral, boolean encodeDecimalAsPlainNumber, boolean ignoreNullFields)
-
Uses of JsonFormatOptions.MapNullKeyMode in org.apache.flink.formats.json.ogg
Constructors in org.apache.flink.formats.json.ogg with parameters of type JsonFormatOptions.MapNullKeyMode Constructor Description OggJsonSerializationSchema(RowType rowType, TimestampFormat timestampFormat, JsonFormatOptions.MapNullKeyMode mapNullKeyMode, String mapNullKeyLiteral, boolean encodeDecimalAsPlainNumber, boolean ignoreNullFields)
-