Class JsonParserUtils
java.lang.Object
com.couchbase.client.core.utils.yasjl.JsonParserUtils
public class JsonParserUtils extends Object
- Author:
- Subhashni Balakrishnan
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
JsonParserUtils.Mode
-
Field Summary
Fields Modifier and Type Field Description protected static byte
C_CURLY
protected static byte
C_SQUARE
protected static byte
JSON_COLON
protected static byte
JSON_COMMA
protected static byte
JSON_ES
protected static byte
JSON_F
protected static byte
JSON_MINUS
protected static byte
JSON_N
protected static byte
JSON_PLUS
protected static byte
JSON_ST
protected static byte
JSON_T
protected static byte
JSON_ZERO
protected static byte
O_CURLY
protected static byte
O_SQUARE
protected static byte
WS_CR
protected static byte
WS_LF
protected static byte
WS_SPACE
protected static byte
WS_TAB
-
Constructor Summary
Constructors Constructor Description JsonParserUtils()
-
Method Summary
Modifier and Type Method Description static boolean
isNumber(byte value)
-
Field Details
-
O_CURLY
protected static final byte O_CURLY- See Also:
- Constant Field Values
-
C_CURLY
protected static final byte C_CURLY- See Also:
- Constant Field Values
-
O_SQUARE
protected static final byte O_SQUARE- See Also:
- Constant Field Values
-
C_SQUARE
protected static final byte C_SQUARE- See Also:
- Constant Field Values
-
JSON_ST
protected static final byte JSON_ST- See Also:
- Constant Field Values
-
JSON_T
protected static final byte JSON_T- See Also:
- Constant Field Values
-
JSON_F
protected static final byte JSON_F- See Also:
- Constant Field Values
-
JSON_N
protected static final byte JSON_N- See Also:
- Constant Field Values
-
JSON_ES
protected static final byte JSON_ES- See Also:
- Constant Field Values
-
JSON_COLON
protected static final byte JSON_COLON- See Also:
- Constant Field Values
-
JSON_COMMA
protected static final byte JSON_COMMA- See Also:
- Constant Field Values
-
JSON_MINUS
protected static final byte JSON_MINUS- See Also:
- Constant Field Values
-
JSON_PLUS
protected static final byte JSON_PLUS- See Also:
- Constant Field Values
-
JSON_ZERO
protected static final byte JSON_ZERO- See Also:
- Constant Field Values
-
WS_SPACE
protected static final byte WS_SPACE- See Also:
- Constant Field Values
-
WS_TAB
protected static final byte WS_TAB- See Also:
- Constant Field Values
-
WS_LF
protected static final byte WS_LF- See Also:
- Constant Field Values
-
WS_CR
protected static final byte WS_CR- See Also:
- Constant Field Values
-
-
Constructor Details
-
JsonParserUtils
public JsonParserUtils()
-
-
Method Details
-
isNumber
public static boolean isNumber(byte value)
-