类 JSONToken
- java.lang.Object
-
- com.alibaba.dubbo.common.json.JSONToken
-
@Deprecated public class JSONToken extends Object
已过时。JSONToken.
-
-
字段概要
字段 修饰符和类型 字段 说明 static int
ANY
已过时。static int
ARRAY
已过时。static int
BOOL
已过时。static int
COLON
已过时。static int
COMMA
已过时。static int
FLOAT
已过时。static int
IDENT
已过时。static int
INT
已过时。static int
LBRACE
已过时。static int
LSQUARE
已过时。static int
NULL
已过时。static int
OBJECT
已过时。static int
RBRACE
已过时。static int
RSQUARE
已过时。static int
STRING
已过时。int
type
已过时。Object
value
已过时。
-
-
-
字段详细资料
-
ANY
public static final int ANY
已过时。- 另请参阅:
- 常量字段值
-
IDENT
public static final int IDENT
已过时。- 另请参阅:
- 常量字段值
-
LBRACE
public static final int LBRACE
已过时。- 另请参阅:
- 常量字段值
-
LSQUARE
public static final int LSQUARE
已过时。- 另请参阅:
- 常量字段值
-
RBRACE
public static final int RBRACE
已过时。- 另请参阅:
- 常量字段值
-
RSQUARE
public static final int RSQUARE
已过时。- 另请参阅:
- 常量字段值
-
COMMA
public static final int COMMA
已过时。- 另请参阅:
- 常量字段值
-
COLON
public static final int COLON
已过时。- 另请参阅:
- 常量字段值
-
NULL
public static final int NULL
已过时。- 另请参阅:
- 常量字段值
-
BOOL
public static final int BOOL
已过时。- 另请参阅:
- 常量字段值
-
INT
public static final int INT
已过时。- 另请参阅:
- 常量字段值
-
FLOAT
public static final int FLOAT
已过时。- 另请参阅:
- 常量字段值
-
STRING
public static final int STRING
已过时。- 另请参阅:
- 常量字段值
-
ARRAY
public static final int ARRAY
已过时。- 另请参阅:
- 常量字段值
-
OBJECT
public static final int OBJECT
已过时。- 另请参阅:
- 常量字段值
-
type
public final int type
已过时。
-
value
public final Object value
已过时。
-
-