Package org.apache.johnzon.core
Interface JsonChars
-
- All Known Implementing Classes:
CommentsJsonStreamParserImpl
,JsonGeneratorImpl
,JsonStreamParserImpl
,Strings
public interface JsonChars
-
-
Field Summary
Fields Modifier and Type Field Description static char
BACKSPACE
static char
COMMA_CHAR
static byte
COMMA_EVENT
static char
CR
static char
DOT
static byte
END_ARRAY
static char
END_ARRAY_CHAR
static byte
END_OBJECT
static char
END_OBJECT_CHAR
static char
EOF
static char
EOL
static char
ESCAPE_CHAR
static jakarta.json.stream.JsonParser.Event[]
EVT_MAP
static char
EXP_LOWERCASE
static char
EXP_UPPERCASE
static char
FALSE_A
static char
FALSE_E
static char
FALSE_F
static char
FALSE_L
static char
FALSE_S
static char
FORMFEED
static byte
KEY_NAME
static char
KEY_SEPARATOR
static byte
KEY_SEPARATOR_EVENT
static char
MINUS
static char
NINE
static String
NULL
static char
NULL_L
static char
NULL_N
static char
NULL_U
static char
PLUS
static char
QUOTE_CHAR
static char
SPACE
static byte
START_ARRAY
static char
START_ARRAY_CHAR
static byte
START_OBJECT
static char
START_OBJECT_CHAR
static char
TAB
static char
TRUE_E
static char
TRUE_R
static char
TRUE_T
static char
TRUE_U
static byte
VALUE_FALSE
static byte
VALUE_NULL
static byte
VALUE_NUMBER
static byte
VALUE_STRING
static byte
VALUE_TRUE
static char
ZERO
-
-
-
Field Detail
-
EOF
static final char EOF
- See Also:
- Constant Field Values
-
START_OBJECT_CHAR
static final char START_OBJECT_CHAR
- See Also:
- Constant Field Values
-
END_OBJECT_CHAR
static final char END_OBJECT_CHAR
- See Also:
- Constant Field Values
-
START_ARRAY_CHAR
static final char START_ARRAY_CHAR
- See Also:
- Constant Field Values
-
END_ARRAY_CHAR
static final char END_ARRAY_CHAR
- See Also:
- Constant Field Values
-
QUOTE_CHAR
static final char QUOTE_CHAR
- See Also:
- Constant Field Values
-
COMMA_CHAR
static final char COMMA_CHAR
- See Also:
- Constant Field Values
-
KEY_SEPARATOR
static final char KEY_SEPARATOR
- See Also:
- Constant Field Values
-
EOL
static final char EOL
- See Also:
- Constant Field Values
-
SPACE
static final char SPACE
- See Also:
- Constant Field Values
-
TRUE_T
static final char TRUE_T
- See Also:
- Constant Field Values
-
TRUE_R
static final char TRUE_R
- See Also:
- Constant Field Values
-
TRUE_U
static final char TRUE_U
- See Also:
- Constant Field Values
-
TRUE_E
static final char TRUE_E
- See Also:
- Constant Field Values
-
FALSE_F
static final char FALSE_F
- See Also:
- Constant Field Values
-
FALSE_A
static final char FALSE_A
- See Also:
- Constant Field Values
-
FALSE_L
static final char FALSE_L
- See Also:
- Constant Field Values
-
FALSE_S
static final char FALSE_S
- See Also:
- Constant Field Values
-
FALSE_E
static final char FALSE_E
- See Also:
- Constant Field Values
-
NULL_N
static final char NULL_N
- See Also:
- Constant Field Values
-
NULL_U
static final char NULL_U
- See Also:
- Constant Field Values
-
NULL_L
static final char NULL_L
- See Also:
- Constant Field Values
-
ZERO
static final char ZERO
- See Also:
- Constant Field Values
-
NINE
static final char NINE
- See Also:
- Constant Field Values
-
DOT
static final char DOT
- See Also:
- Constant Field Values
-
MINUS
static final char MINUS
- See Also:
- Constant Field Values
-
PLUS
static final char PLUS
- See Also:
- Constant Field Values
-
EXP_LOWERCASE
static final char EXP_LOWERCASE
- See Also:
- Constant Field Values
-
EXP_UPPERCASE
static final char EXP_UPPERCASE
- See Also:
- Constant Field Values
-
ESCAPE_CHAR
static final char ESCAPE_CHAR
- See Also:
- Constant Field Values
-
TAB
static final char TAB
- See Also:
- Constant Field Values
-
BACKSPACE
static final char BACKSPACE
- See Also:
- Constant Field Values
-
FORMFEED
static final char FORMFEED
- See Also:
- Constant Field Values
-
CR
static final char CR
- See Also:
- Constant Field Values
-
NULL
static final String NULL
-
START_ARRAY
static final byte START_ARRAY
-
START_OBJECT
static final byte START_OBJECT
-
KEY_NAME
static final byte KEY_NAME
-
VALUE_STRING
static final byte VALUE_STRING
-
VALUE_NUMBER
static final byte VALUE_NUMBER
-
VALUE_TRUE
static final byte VALUE_TRUE
-
VALUE_FALSE
static final byte VALUE_FALSE
-
VALUE_NULL
static final byte VALUE_NULL
-
END_OBJECT
static final byte END_OBJECT
-
END_ARRAY
static final byte END_ARRAY
-
COMMA_EVENT
static final byte COMMA_EVENT
- See Also:
- Constant Field Values
-
KEY_SEPARATOR_EVENT
static final byte KEY_SEPARATOR_EVENT
- See Also:
- Constant Field Values
-
EVT_MAP
static final jakarta.json.stream.JsonParser.Event[] EVT_MAP
-
-