public static enum JsonFunctions.PathMode extends Enum<JsonFunctions.PathMode>
| Modifier and Type | Method and Description |
|---|---|
static JsonFunctions.PathMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonFunctions.PathMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonFunctions.PathMode LAX
public static final JsonFunctions.PathMode STRICT
public static final JsonFunctions.PathMode UNKNOWN
public static final JsonFunctions.PathMode NONE
public static JsonFunctions.PathMode[] values()
for (JsonFunctions.PathMode c : JsonFunctions.PathMode.values()) System.out.println(c);
public static JsonFunctions.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 © 2012-2022 Apache Software Foundation. All Rights Reserved.