JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum
org.apache.flink.table.api.JsonType
Packages that use
JsonType
Package
Description
org.apache.flink.table.api
Uses of
JsonType
in
org.apache.flink.table.api
Methods in
org.apache.flink.table.api
that return
JsonType
Modifier and Type
Method
Description
static
JsonType
JsonType.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
JsonType
[]
JsonType.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.