Uses of Class
org.apache.flink.table.api.JsonOnNull
-
Packages that use JsonOnNull Package Description org.apache.flink.table.api -
-
Uses of JsonOnNull in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return JsonOnNull Modifier and Type Method Description static JsonOnNull
JsonOnNull. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonOnNull[]
JsonOnNull. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-