public final class JsonSimpleValueParseMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
length |
static int |
LOOSE
Specifies the mode where types of JSON simple values are determined upon parsing of their string representations.
|
static int |
STRICT
Specifies the mode where types of JSON simple values are determined from JSON notation itself.
|
Modifier and Type | Method and Description |
---|---|
static int |
fromName(java.lang.String jsonSimpleValueParseModeName) |
static java.lang.String |
getName(int jsonSimpleValueParseMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int jsonSimpleValueParseMode) |
public static final int LOOSE
public static final int STRICT
public static final int length