public static enum SqlJsonUtils.PathMode extends Enum<SqlJsonUtils.PathMode>
Modifier and Type | Method and Description |
---|---|
static SqlJsonUtils.PathMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlJsonUtils.PathMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlJsonUtils.PathMode LAX
public static final SqlJsonUtils.PathMode STRICT
public static final SqlJsonUtils.PathMode UNKNOWN
public static final SqlJsonUtils.PathMode NONE
public static SqlJsonUtils.PathMode[] values()
for (SqlJsonUtils.PathMode c : SqlJsonUtils.PathMode.values()) System.out.println(c);
public static SqlJsonUtils.PathMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.