com.alibaba.dubbo.common.json
Class JSONToken

java.lang.Object
  extended by com.alibaba.dubbo.common.json.JSONToken

Deprecated.

@Deprecated
public class JSONToken
extends Object

JSONToken.

Author:
qian.lei

Field Summary
static int ANY
          Deprecated.  
static int ARRAY
          Deprecated.  
static int BOOL
          Deprecated.  
static int COLON
          Deprecated.  
static int COMMA
          Deprecated.  
static int FLOAT
          Deprecated.  
static int IDENT
          Deprecated.  
static int INT
          Deprecated.  
static int LBRACE
          Deprecated.  
static int LSQUARE
          Deprecated.  
static int NULL
          Deprecated.  
static int OBJECT
          Deprecated.  
static int RBRACE
          Deprecated.  
static int RSQUARE
          Deprecated.  
static int STRING
          Deprecated.  
 int type
          Deprecated.  
 Object value
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY

public static final int ANY
Deprecated. 
See Also:
Constant Field Values

IDENT

public static final int IDENT
Deprecated. 
See Also:
Constant Field Values

LBRACE

public static final int LBRACE
Deprecated. 
See Also:
Constant Field Values

LSQUARE

public static final int LSQUARE
Deprecated. 
See Also:
Constant Field Values

RBRACE

public static final int RBRACE
Deprecated. 
See Also:
Constant Field Values

RSQUARE

public static final int RSQUARE
Deprecated. 
See Also:
Constant Field Values

COMMA

public static final int COMMA
Deprecated. 
See Also:
Constant Field Values

COLON

public static final int COLON
Deprecated. 
See Also:
Constant Field Values

NULL

public static final int NULL
Deprecated. 
See Also:
Constant Field Values

BOOL

public static final int BOOL
Deprecated. 
See Also:
Constant Field Values

INT

public static final int INT
Deprecated. 
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
Deprecated. 
See Also:
Constant Field Values

STRING

public static final int STRING
Deprecated. 
See Also:
Constant Field Values

ARRAY

public static final int ARRAY
Deprecated. 
See Also:
Constant Field Values

OBJECT

public static final int OBJECT
Deprecated. 
See Also:
Constant Field Values

type

public final int type
Deprecated. 

value

public final Object value
Deprecated. 


Copyright © 2012–2017 Alibaba. All rights reserved.