public final class Constants extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Constants.SCANNER |
Modifier and Type | Field and Description |
---|---|
static String |
ARRAY
The JSON Key for wrapper type anonymous JSON array
|
static String |
ARRAY_ELEM
The JSON Key for wrapper type anonymous JSON array elements
|
static int |
C_DOLLOR |
static int |
C_USOCRE |
static String |
EMPTY |
static String |
EMPTY_VALUE |
static String |
ID |
static String |
OBJECT
The JSON Key for wrapper type JSON Object
|
static String |
PRECEDING_DIGIT
Final prefix for local names that have preceding digits
|
static String |
PRECEDING_DIGIT_S
Used when the local name starts with a digit character.
|
static String |
PRECEDING_DOLLOR |
static String |
PRECEDING_DOLLOR_S
Used when the local name starts with the $ character.
|
public static final String OBJECT
public static final String ARRAY
public static final String ARRAY_ELEM
public static final String EMPTY
public static final String EMPTY_VALUE
public static final String ID
public static final String PRECEDING_DIGIT_S
public static final String PRECEDING_DIGIT
public static final String PRECEDING_DOLLOR_S
public static final String PRECEDING_DOLLOR
public static final int C_DOLLOR
public static final int C_USOCRE
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.