跳过导航链接
A B C D E F G H I J M N O P R S T U V W _ 

A

add(Object) - 类 中的方法com.xson.JsonArray
 
Args - com.xson.util中的类
 
Args() - 类 的构造器com.xson.util.Args
 
array() - 类 中的方法com.xson.lexer.JSONParser
 
array() - 类 中的方法com.xson.lexer.JSONParser.ArrayValueContext
 
array() - 类 中的方法com.xson.lexer.JSONParser.JsonArrayContext
 
ArrayContext(ParserRuleContext, int) - 类 的构造器com.xson.lexer.JSONParser.ArrayContext
 
ArrayValueContext(JSONParser.ValueContext) - 类 的构造器com.xson.lexer.JSONParser.ArrayValueContext
 

B

base64() - 类 中的方法com.xson.feature.DefaultDeserializeFeature
 
base64() - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
base64() - 接口 中的方法com.xson.feature.JsonFeature
字符串使用使用base64编码
Base64 - com.xson.util.base64中的类
Base64 encoding and decoding utility methods, both for binary and textual informations.
Base64() - 类 的构造器com.xson.util.base64.Base64
 
Base64InputStream - com.xson.util.base64中的类
A base64 encoding input stream.
Base64InputStream(InputStream) - 类 的构造器com.xson.util.base64.Base64InputStream
It builds a base64 decoding input stream.
Base64OutputStream - com.xson.util.base64中的类
A base64 decoding output stream.
Base64OutputStream(OutputStream) - 类 的构造器com.xson.util.base64.Base64OutputStream
It builds a base64 encoding output stream writing the encoded data in the given underlying stream.
Base64OutputStream(OutputStream, int) - 类 的构造器com.xson.util.base64.Base64OutputStream
It builds a base64 encoding output stream writing the encoded data in the given underlying stream.
BOOLEANFALSEContext(JSONParser.ValueContext) - 类 的构造器com.xson.lexer.JSONParser.BOOLEANFALSEContext
 
BOOLEANTRUEContext(JSONParser.ValueContext) - 类 的构造器com.xson.lexer.JSONParser.BOOLEANTRUEContext
 
BREAK() - 类 中的方法com.xson.JsonArray.ForeachHelper
 
BREAK() - 类 中的方法com.xson.JsonObject.ForeachHelper
 

C

castToBigDecimal(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToBigInteger(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToBoolean(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToByte(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToBytes(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToChar(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToDate(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToDouble(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToFloat(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToInt(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToJsonArray(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToJsonObject(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToLong(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToShort(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToSqlDate(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToString(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
castToTimestamp(Object) - 类 中的静态方法com.xson.cast.TypeUtils
 
clear() - 类 中的方法com.xson.JsonArray
 
clear() - 类 中的方法com.xson.JsonObject
 
close() - 类 中的方法com.xson.util.base64.Base64InputStream
 
close() - 类 中的方法com.xson.util.base64.Base64OutputStream
 
com.xson - 程序包 com.xson
 
com.xson.cast - 程序包 com.xson.cast
 
com.xson.feature - 程序包 com.xson.feature
 
com.xson.lexer - 程序包 com.xson.lexer
 
com.xson.parser - 程序包 com.xson.parser
 
com.xson.util - 程序包 com.xson.util
 
com.xson.util.base64 - 程序包 com.xson.util.base64
Base64 encoders and decoders.
commit() - 类 中的方法com.xson.util.base64.Base64OutputStream
It commits 4 bytes to the underlying stream.
containsKey(String) - 类 中的方法com.xson.JsonObject
json对象中是否包含该键
containsValue(Object) - 类 中的方法com.xson.JsonObject
json对象中是否包含该值
copyFrom(JSONParser.JsonContext) - 类 中的方法com.xson.lexer.JSONParser.JsonContext
 
copyFrom(JSONParser.ValueContext) - 类 中的方法com.xson.lexer.JSONParser.ValueContext
 
createList() - 类 中的方法com.xson.JsonArray
 
createList(List<Object>) - 类 中的方法com.xson.JsonArray
 
createList() - 类 中的方法com.xson.SyncJsonArray
 
createList(List<Object>) - 类 中的方法com.xson.SyncJsonArray
 
createMap() - 类 中的方法com.xson.JsonObject
 
createMap(Map<String, Object>) - 类 中的方法com.xson.JsonObject
 
createMap() - 类 中的方法com.xson.SyncJsonObject
 
createMap(Map<String, Object>) - 类 中的方法com.xson.SyncJsonObject
 

D

dateFormat() - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
dateFormat() - 接口 中的方法com.xson.feature.SerializeFeature
 
DateUtil - com.xson.util中的类
 
DateUtil() - 类 的构造器com.xson.util.DateUtil
 
decode(String) - 类 中的静态方法com.xson.util.base64.Base64
Decodes the supplied string.
decode(String, String) - 类 中的静态方法com.xson.util.base64.Base64
Decodes the supplied string.
decode(byte[]) - 类 中的静态方法com.xson.util.base64.Base64
Decodes a binary sequence.
decode(InputStream, OutputStream) - 类 中的静态方法com.xson.util.base64.Base64
Decodes data from the given input stream and writes them in the given output stream.
decode(File, File) - 类 中的静态方法com.xson.util.base64.Base64
Decodes data from the given source file contents and writes them in the given target file.
decode0(byte[]) - 类 中的静态方法com.xson.util.base64.Base64
 
DefaultDeserializeFeature - com.xson.feature中的类
 
DefaultDeserializeFeature() - 类 的构造器com.xson.feature.DefaultDeserializeFeature
 
DefaultSerializeFeature - com.xson.feature中的类
 
DefaultSerializeFeature() - 类 的构造器com.xson.feature.DefaultSerializeFeature
 
DeserializeFeature - com.xson.feature中的接口
json反序列化时使用到的接口,使用方法与SerializeFeature类似。

E

encode(String) - 类 中的静态方法com.xson.util.base64.Base64
Encodes a string.
encode(String, String) - 类 中的静态方法com.xson.util.base64.Base64
Encodes a string.
encode(byte[]) - 类 中的静态方法com.xson.util.base64.Base64
Encodes a binary sequence.
encode(byte[], int) - 类 中的静态方法com.xson.util.base64.Base64
Encodes a binary sequence, wrapping every encoded line every wrapAt characters.
encode(InputStream, OutputStream) - 类 中的静态方法com.xson.util.base64.Base64
Encodes data from the given input stream and writes them in the given output stream.
encode(InputStream, OutputStream, int) - 类 中的静态方法com.xson.util.base64.Base64
Encodes data from the given input stream and writes them in the given output stream, wrapping every encoded line every wrapAt characters.
encode(File, File, int) - 类 中的静态方法com.xson.util.base64.Base64
Encodes data from the given source file contents and writes them in the given target file, wrapping every encoded line every wrapAt characters.
encode(File, File) - 类 中的静态方法com.xson.util.base64.Base64
Encodes data from the given source file contents and writes them in the given target file.
enterArray(JSONParser.ArrayContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by JSONParser.array().
enterArray(JSONParser.ArrayContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by JSONParser.array().
enterArray(JSONParser.ArrayContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
enterArrayValue(JSONParser.ArrayValueContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by the ArrayValue labeled alternative in JSONParser.value().
enterArrayValue(JSONParser.ArrayValueContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by the ArrayValue labeled alternative in JSONParser.value().
enterBOOLEANFALSE(JSONParser.BOOLEANFALSEContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by the BOOLEANFALSE labeled alternative in JSONParser.value().
enterBOOLEANFALSE(JSONParser.BOOLEANFALSEContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by the BOOLEANFALSE labeled alternative in JSONParser.value().
enterBOOLEANTRUE(JSONParser.BOOLEANTRUEContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by the BOOLEANTRUE labeled alternative in JSONParser.value().
enterBOOLEANTRUE(JSONParser.BOOLEANTRUEContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by the BOOLEANTRUE labeled alternative in JSONParser.value().
enterEveryRule(ParserRuleContext) - 类 中的方法com.xson.lexer.JSONBaseListener
The default implementation does nothing.
enterJsonArray(JSONParser.JsonArrayContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by the JsonArray labeled alternative in JSONParser.json().
enterJsonArray(JSONParser.JsonArrayContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by the JsonArray labeled alternative in JSONParser.json().
enterJsonArray(JSONParser.JsonArrayContext) - 类 中的方法com.xson.parser.JsonArrayListener
 
enterJsonArray(JSONParser.JsonArrayContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
enterJsonObject(JSONParser.JsonObjectContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by the JsonObject labeled alternative in JSONParser.json().
enterJsonObject(JSONParser.JsonObjectContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by the JsonObject labeled alternative in JSONParser.json().
enterJsonObject(JSONParser.JsonObjectContext) - 类 中的方法com.xson.parser.JsonArrayListener
 
enterNULL(JSONParser.NULLContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by the NULL labeled alternative in JSONParser.value().
enterNULL(JSONParser.NULLContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by the NULL labeled alternative in JSONParser.value().
enterNUMBER(JSONParser.NUMBERContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by the NUMBER labeled alternative in JSONParser.value().
enterNUMBER(JSONParser.NUMBERContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by the NUMBER labeled alternative in JSONParser.value().
enterObject(JSONParser.ObjectContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by JSONParser.object().
enterObject(JSONParser.ObjectContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by JSONParser.object().
enterObject(JSONParser.ObjectContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
enterObjectValue(JSONParser.ObjectValueContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by the ObjectValue labeled alternative in JSONParser.value().
enterObjectValue(JSONParser.ObjectValueContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by the ObjectValue labeled alternative in JSONParser.value().
enterPair(JSONParser.PairContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by JSONParser.pair().
enterPair(JSONParser.PairContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by JSONParser.pair().
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.ArrayContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.ArrayValueContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.BOOLEANFALSEContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.BOOLEANTRUEContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.JsonArrayContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.JsonObjectContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.NULLContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.NUMBERContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.ObjectContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.ObjectValueContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.PairContext
 
enterRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.StringContext
 
enterString(JSONParser.StringContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Enter a parse tree produced by the String labeled alternative in JSONParser.value().
enterString(JSONParser.StringContext) - 接口 中的方法com.xson.lexer.JSONListener
Enter a parse tree produced by the String labeled alternative in JSONParser.value().
equals(Object) - 类 中的方法com.xson.JsonArray
 
equals(Object) - 类 中的方法com.xson.JsonObject
 
equals(Object) - 类 中的方法com.xson.util.Null
 
exitArray(JSONParser.ArrayContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by JSONParser.array().
exitArray(JSONParser.ArrayContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by JSONParser.array().
exitArray(JSONParser.ArrayContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
exitArrayValue(JSONParser.ArrayValueContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by the ArrayValue labeled alternative in JSONParser.value().
exitArrayValue(JSONParser.ArrayValueContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by the ArrayValue labeled alternative in JSONParser.value().
exitArrayValue(JSONParser.ArrayValueContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
exitBOOLEANFALSE(JSONParser.BOOLEANFALSEContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by the BOOLEANFALSE labeled alternative in JSONParser.value().
exitBOOLEANFALSE(JSONParser.BOOLEANFALSEContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by the BOOLEANFALSE labeled alternative in JSONParser.value().
exitBOOLEANFALSE(JSONParser.BOOLEANFALSEContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
exitBOOLEANTRUE(JSONParser.BOOLEANTRUEContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by the BOOLEANTRUE labeled alternative in JSONParser.value().
exitBOOLEANTRUE(JSONParser.BOOLEANTRUEContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by the BOOLEANTRUE labeled alternative in JSONParser.value().
exitBOOLEANTRUE(JSONParser.BOOLEANTRUEContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
exitEveryRule(ParserRuleContext) - 类 中的方法com.xson.lexer.JSONBaseListener
The default implementation does nothing.
exitJsonArray(JSONParser.JsonArrayContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by the JsonArray labeled alternative in JSONParser.json().
exitJsonArray(JSONParser.JsonArrayContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by the JsonArray labeled alternative in JSONParser.json().
exitJsonArray(JSONParser.JsonArrayContext) - 类 中的方法com.xson.parser.JsonArrayListener
 
exitJsonObject(JSONParser.JsonObjectContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by the JsonObject labeled alternative in JSONParser.json().
exitJsonObject(JSONParser.JsonObjectContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by the JsonObject labeled alternative in JSONParser.json().
exitJsonObject(JSONParser.JsonObjectContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
exitNULL(JSONParser.NULLContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by the NULL labeled alternative in JSONParser.value().
exitNULL(JSONParser.NULLContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by the NULL labeled alternative in JSONParser.value().
exitNULL(JSONParser.NULLContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
exitNUMBER(JSONParser.NUMBERContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by the NUMBER labeled alternative in JSONParser.value().
exitNUMBER(JSONParser.NUMBERContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by the NUMBER labeled alternative in JSONParser.value().
exitNUMBER(JSONParser.NUMBERContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
exitObject(JSONParser.ObjectContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by JSONParser.object().
exitObject(JSONParser.ObjectContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by JSONParser.object().
exitObjectValue(JSONParser.ObjectValueContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by the ObjectValue labeled alternative in JSONParser.value().
exitObjectValue(JSONParser.ObjectValueContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by the ObjectValue labeled alternative in JSONParser.value().
exitObjectValue(JSONParser.ObjectValueContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
exitPair(JSONParser.PairContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by JSONParser.pair().
exitPair(JSONParser.PairContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by JSONParser.pair().
exitPair(JSONParser.PairContext) - 类 中的方法com.xson.parser.JsonObjectListener
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.ArrayContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.ArrayValueContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.BOOLEANFALSEContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.BOOLEANTRUEContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.JsonArrayContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.JsonObjectContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.NULLContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.NUMBERContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.ObjectContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.ObjectValueContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.PairContext
 
exitRule(ParseTreeListener) - 类 中的方法com.xson.lexer.JSONParser.StringContext
 
exitString(JSONParser.StringContext) - 类 中的方法com.xson.lexer.JSONBaseListener
Exit a parse tree produced by the String labeled alternative in JSONParser.value().
exitString(JSONParser.StringContext) - 接口 中的方法com.xson.lexer.JSONListener
Exit a parse tree produced by the String labeled alternative in JSONParser.value().
exitString(JSONParser.StringContext) - 类 中的方法com.xson.parser.JsonObjectListener
 

F

foreach(JsonArray.ForeachHelper) - 类 中的方法com.xson.JsonArray
 
foreach(int, Object) - 类 中的方法com.xson.JsonArray.ForeachHelper
 
foreach(JsonObject.ForeachHelper) - 类 中的方法com.xson.JsonObject
 
foreach(int, String, Object) - 类 中的方法com.xson.JsonObject.ForeachHelper
 
ForeachHelper() - 类 的构造器com.xson.JsonArray.ForeachHelper
 
ForeachHelper() - 类 的构造器com.xson.JsonObject.ForeachHelper
 
format(Date) - 类 中的静态方法com.xson.util.DateUtil
 
format(Date, String) - 类 中的静态方法com.xson.util.DateUtil
 

G

get(int, Object) - 类 中的方法com.xson.JsonArray
 
get(int) - 类 中的方法com.xson.JsonArray
 
get(String) - 类 中的方法com.xson.JsonObject
从json中取出属性值
get(String, Object) - 类 中的方法com.xson.JsonObject
从json中取出属性值
getATN() - 类 中的方法com.xson.lexer.JSONLexer
 
getATN() - 类 中的方法com.xson.lexer.JSONParser
 
getBigDecimal(int) - 类 中的方法com.xson.JsonArray
 
getBigDecimal(String) - 类 中的方法com.xson.JsonObject
 
getBigInteger(int) - 类 中的方法com.xson.JsonArray
 
getBigInteger(String) - 类 中的方法com.xson.JsonObject
 
getBoolean(int) - 类 中的方法com.xson.JsonArray
 
getBoolean(String) - 类 中的方法com.xson.JsonObject
 
getByte(int) - 类 中的方法com.xson.JsonArray
 
getByte(String) - 类 中的方法com.xson.JsonObject
 
getBytes(int) - 类 中的方法com.xson.JsonArray
 
getBytes(String) - 类 中的方法com.xson.JsonObject
 
getChar(int) - 类 中的方法com.xson.JsonArray
 
getChar(String) - 类 中的方法com.xson.JsonObject
 
getDate(int) - 类 中的方法com.xson.JsonArray
 
getDate(String) - 类 中的方法com.xson.JsonObject
 
getDouble(int) - 类 中的方法com.xson.JsonArray
 
getDouble(String) - 类 中的方法com.xson.JsonObject
 
getFloat(int) - 类 中的方法com.xson.JsonArray
 
getFloat(String) - 类 中的方法com.xson.JsonObject
 
getGrammarFileName() - 类 中的方法com.xson.lexer.JSONLexer
 
getGrammarFileName() - 类 中的方法com.xson.lexer.JSONParser
 
getInt(int) - 类 中的方法com.xson.JsonArray
 
getInt(String) - 类 中的方法com.xson.JsonObject
 
getJson(int) - 类 中的方法com.xson.JsonArray
 
getJson(String) - 类 中的方法com.xson.JsonObject
 
getJsonArray(int) - 类 中的方法com.xson.JsonArray
 
getJsonArray(String) - 类 中的方法com.xson.JsonObject
 
getJsonArray() - 类 中的方法com.xson.parser.JsonArrayListener
 
getJsonObject(int) - 类 中的方法com.xson.JsonArray
 
getJsonObject(String) - 类 中的方法com.xson.JsonObject
 
getJsonObject() - 类 中的方法com.xson.parser.JsonObjectListener
 
getLong(int) - 类 中的方法com.xson.JsonArray
 
getLong(String) - 类 中的方法com.xson.JsonObject
 
getModeNames() - 类 中的方法com.xson.lexer.JSONLexer
 
getRuleIndex() - 类 中的方法com.xson.lexer.JSONParser.ArrayContext
 
getRuleIndex() - 类 中的方法com.xson.lexer.JSONParser.JsonContext
 
getRuleIndex() - 类 中的方法com.xson.lexer.JSONParser.ObjectContext
 
getRuleIndex() - 类 中的方法com.xson.lexer.JSONParser.PairContext
 
getRuleIndex() - 类 中的方法com.xson.lexer.JSONParser.ValueContext
 
getRuleNames() - 类 中的方法com.xson.lexer.JSONLexer
 
getRuleNames() - 类 中的方法com.xson.lexer.JSONParser
 
getSerializedATN() - 类 中的方法com.xson.lexer.JSONLexer
 
getSerializedATN() - 类 中的方法com.xson.lexer.JSONParser
 
getShort(int) - 类 中的方法com.xson.JsonArray
 
getShort(String) - 类 中的方法com.xson.JsonObject
 
getSqlDate(int) - 类 中的方法com.xson.JsonArray
 
getSqlDate(String) - 类 中的方法com.xson.JsonObject
 
getString(int) - 类 中的方法com.xson.JsonArray
 
getString(String) - 类 中的方法com.xson.JsonObject
 
getTimestamp(int) - 类 中的方法com.xson.JsonArray
 
getTimestamp(String) - 类 中的方法com.xson.JsonObject
 
getTokenNames() - 类 中的方法com.xson.lexer.JSONLexer
已过时。
getTokenNames() - 类 中的方法com.xson.lexer.JSONParser
已过时。
getVocabulary() - 类 中的方法com.xson.lexer.JSONLexer
 
getVocabulary() - 类 中的方法com.xson.lexer.JSONParser
 
globalDefaultDeserializeFeature - 类 中的静态变量com.xson.feature.DefaultDeserializeFeature
 
globalDefaultFuture - 类 中的静态变量com.xson.feature.DefaultSerializeFeature
 

H

hashCode() - 类 中的方法com.xson.JsonArray
 
hashCode() - 类 中的方法com.xson.JsonObject
 
hashCode() - 类 中的方法com.xson.util.Null
 

I

initLexer(InputStream) - 类 中的静态方法com.xson.parser.JsonValueParser
 
initLexer(String) - 类 中的静态方法com.xson.parser.JsonValueParser
 
initParser(JSONLexer) - 类 中的静态方法com.xson.parser.JsonValueParser
 
instance - 类 中的静态变量com.xson.cast.TypeCaster
 
instance - 类 中的静态变量com.xson.util.Null
 
isEmpty() - 类 中的方法com.xson.JsonArray
 
isEmpty() - 类 中的方法com.xson.JsonObject
 
iterator() - 类 中的方法com.xson.JsonArray
 
iterator() - 类 中的方法com.xson.JsonObject
 

J

Json - com.xson中的类
所有Json对象的基类,以及提供了Json转换所需要的静态方法。
Json() - 类 的构造器com.xson.Json
 
json() - 类 中的方法com.xson.lexer.JSONParser
 
JsonArray - com.xson中的类
表示json数组,由List实现。
JsonArray() - 类 的构造器com.xson.JsonArray
 
JsonArray(JsonArray) - 类 的构造器com.xson.JsonArray
 
JsonArray(List<Object>) - 类 的构造器com.xson.JsonArray
 
JsonArray(Collection<Object>) - 类 的构造器com.xson.JsonArray
 
JsonArray.ForeachHelper - com.xson中的类
 
JsonArrayAware - com.xson中的接口
 
JsonArrayContext(JSONParser.JsonContext) - 类 的构造器com.xson.lexer.JSONParser.JsonArrayContext
 
JsonArrayListener - com.xson.parser中的类
 
JsonArrayListener(DeserializeFeature) - 类 的构造器com.xson.parser.JsonArrayListener
 
jsonArrayParseTreeProperty - 类 中的变量com.xson.parser.JsonObjectListener
 
JsonAware - com.xson中的接口
 
JSONBaseListener - com.xson.lexer中的类
This class provides an empty implementation of JSONListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
JSONBaseListener() - 类 的构造器com.xson.lexer.JSONBaseListener
 
JsonBeanAware - com.xson中的接口
 
JsonCastException - com.xson中的异常错误
 
JsonCastException() - 异常错误 的构造器com.xson.JsonCastException
 
JsonCastException(String) - 异常错误 的构造器com.xson.JsonCastException
 
JsonCastException(String, Throwable) - 异常错误 的构造器com.xson.JsonCastException
 
JsonCastException(Throwable) - 异常错误 的构造器com.xson.JsonCastException
 
JsonContext(ParserRuleContext, int) - 类 的构造器com.xson.lexer.JSONParser.JsonContext
 
JsonContext() - 类 的构造器com.xson.lexer.JSONParser.JsonContext
 
JsonFeature - com.xson.feature中的接口
json序列化/反序列化中用到的公共配置。
JSONLexer - com.xson.lexer中的类
 
JSONLexer(CharStream) - 类 的构造器com.xson.lexer.JSONLexer
 
JSONListener - com.xson.lexer中的接口
This interface defines a complete listener for a parse tree produced by JSONParser.
JsonObject - com.xson中的类
普通的json对象,是json属性和值的容器。
JsonObject() - 类 的构造器com.xson.JsonObject
 
JsonObject(JsonObject) - 类 的构造器com.xson.JsonObject
 
JsonObject(Map<String, Object>) - 类 的构造器com.xson.JsonObject
 
JsonObject.ForeachHelper - com.xson中的类
 
JsonObjectAware - com.xson中的接口
 
JsonObjectContext(JSONParser.JsonContext) - 类 的构造器com.xson.lexer.JSONParser.JsonObjectContext
 
JsonObjectListener - com.xson.parser中的类
 
JsonObjectListener(DeserializeFeature) - 类 的构造器com.xson.parser.JsonObjectListener
 
jsonObjectParseTreeProperty - 类 中的变量com.xson.parser.JsonObjectListener
 
JsonParseException - com.xson中的异常错误
 
JsonParseException() - 异常错误 的构造器com.xson.JsonParseException
 
JsonParseException(String) - 异常错误 的构造器com.xson.JsonParseException
 
JsonParseException(String, Throwable) - 异常错误 的构造器com.xson.JsonParseException
 
JsonParseException(Throwable) - 异常错误 的构造器com.xson.JsonParseException
 
JSONParser - com.xson.lexer中的类
 
JSONParser(TokenStream) - 类 的构造器com.xson.lexer.JSONParser
 
JSONParser.ArrayContext - com.xson.lexer中的类
 
JSONParser.ArrayValueContext - com.xson.lexer中的类
 
JSONParser.BOOLEANFALSEContext - com.xson.lexer中的类
 
JSONParser.BOOLEANTRUEContext - com.xson.lexer中的类
 
JSONParser.JsonArrayContext - com.xson.lexer中的类
 
JSONParser.JsonContext - com.xson.lexer中的类
 
JSONParser.JsonObjectContext - com.xson.lexer中的类
 
JSONParser.NULLContext - com.xson.lexer中的类
 
JSONParser.NUMBERContext - com.xson.lexer中的类
 
JSONParser.ObjectContext - com.xson.lexer中的类
 
JSONParser.ObjectValueContext - com.xson.lexer中的类
 
JSONParser.PairContext - com.xson.lexer中的类
 
JSONParser.StringContext - com.xson.lexer中的类
 
JSONParser.ValueContext - com.xson.lexer中的类
 
JsonValueParser - com.xson.parser中的类
 
JsonValueParser() - 类 的构造器com.xson.parser.JsonValueParser
 

M

modeNames - 类 中的静态变量com.xson.lexer.JSONLexer
 

N

notNull(Object, String) - 类 中的静态方法com.xson.util.Args
 
Null - com.xson.util中的类
 
NULLContext(JSONParser.ValueContext) - 类 的构造器com.xson.lexer.JSONParser.NULLContext
 
NUMBER - 类 中的静态变量com.xson.lexer.JSONLexer
 
NUMBER - 类 中的静态变量com.xson.lexer.JSONParser
 
NUMBER() - 类 中的方法com.xson.lexer.JSONParser.NUMBERContext
 
NumberCaster - com.xson.cast中的接口
 
numberCaster() - 类 中的方法com.xson.feature.DefaultDeserializeFeature
 
numberCaster() - 接口 中的方法com.xson.feature.DeserializeFeature
 
NUMBERContext(JSONParser.ValueContext) - 类 的构造器com.xson.lexer.JSONParser.NUMBERContext
 

O

object() - 类 中的方法com.xson.lexer.JSONParser.JsonObjectContext
 
object() - 类 中的方法com.xson.lexer.JSONParser
 
object() - 类 中的方法com.xson.lexer.JSONParser.ObjectValueContext
 
ObjectContext(ParserRuleContext, int) - 类 的构造器com.xson.lexer.JSONParser.ObjectContext
 
ObjectValueContext(JSONParser.ValueContext) - 类 的构造器com.xson.lexer.JSONParser.ObjectValueContext
 

P

pair() - 类 中的方法com.xson.lexer.JSONParser.ObjectContext
 
pair(int) - 类 中的方法com.xson.lexer.JSONParser.ObjectContext
 
pair() - 类 中的方法com.xson.lexer.JSONParser
 
PairContext(ParserRuleContext, int) - 类 的构造器com.xson.lexer.JSONParser.PairContext
 
parse(JsonObject, DeserializeFeature) - 接口 中的方法com.xson.JsonBeanAware
 
parseArray(String, DeserializeFeature) - 类 中的静态方法com.xson.Json
将json字符串解析为JsonArray,解析失败抛出JsonParseException
parseArray(InputStream, DeserializeFeature) - 类 中的静态方法com.xson.Json
将json字符串解析为JsonArray,解析失败抛出JsonParseException
parseArray(InputStream) - 类 中的静态方法com.xson.Json
将json字符串解析为JsonArray,解析失败抛出JsonParseException
parseArray(String) - 类 中的静态方法com.xson.Json
将json字符串解析为JsonArray,解析失败抛出JsonParseException
parseBean(String, Class<T>, DeserializeFeature) - 类 中的静态方法com.xson.Json
将json字符串转换为java Bean对象,要求bean对象有一个public的无参构造函数且必须实现了JsonBeanAware接口
parseBean(InputStream, Class<T>) - 类 中的静态方法com.xson.Json
将json字符串转换为java Bean对象,要求bean对象有一个public的无参构造函数且必须实现了JsonBeanAware接口
parseBean(InputStream, Class<T>, DeserializeFeature) - 类 中的静态方法com.xson.Json
将json字符串转换为java Bean对象,要求bean对象有一个public的无参构造函数且必须实现了JsonBeanAware接口
parseBean(String, Class<T>) - 类 中的静态方法com.xson.Json
将json字符串转换为java Bean对象,要求bean对象有一个public的无参构造函数且必须实现了JsonBeanAware接口
parseBeanList(InputStream, Class<T>) - 类 中的静态方法com.xson.Json
将json字符串转换为java Bean对象的ArrayList集合,要求bean对象有一个public的无参构造函数且必须实现了JsonBeanAware接口
parseBeanList(InputStream, Class<T>, DeserializeFeature) - 类 中的静态方法com.xson.Json
将json字符串转换为java Bean对象的ArrayList集合,要求bean对象有一个public的无参构造函数且必须实现了JsonBeanAware接口
parseBeanList(String, Class<T>, DeserializeFeature) - 类 中的静态方法com.xson.Json
将json字符串转换为java Bean对象的ArrayList集合,要求bean对象有一个public的无参构造函数且必须实现了JsonBeanAware接口
parseBeanList(String, Class<T>) - 类 中的静态方法com.xson.Json
将json字符串转换为java Bean对象的ArrayList集合,要求bean对象有一个public的无参构造函数且必须实现了JsonBeanAware接口
parseJson(String, DeserializeFeature) - 类 中的静态方法com.xson.util.StringUtil
 
parseObject(InputStream) - 类 中的静态方法com.xson.Json
 
parseObject(InputStream, DeserializeFeature) - 类 中的静态方法com.xson.Json
将json字符串解析为JsonObject,解析失败将抛出JsonParseException
parseObject(String, DeserializeFeature) - 类 中的静态方法com.xson.Json
将json字符串解析为JsonObject,解析失败将抛出JsonParseException
parseObject(String) - 类 中的静态方法com.xson.Json
将json字符串解析为JsonObject,解析失败将抛出JsonParseException
parseString(String, SerializeFeature) - 类 中的静态方法com.xson.util.StringUtil
 
property - 类 中的变量com.xson.parser.JsonObjectListener
 
put(String, Object) - 类 中的方法com.xson.JsonObject
将属性键值对放入json对象
putTo(JsonObject) - 类 中的方法com.xson.JsonArray
 

R

read() - 类 中的方法com.xson.util.base64.Base64InputStream
 
readNullValue() - 类 中的方法com.xson.feature.DefaultDeserializeFeature
 
readNullValue() - 接口 中的方法com.xson.feature.DeserializeFeature
是否保存null的value
remove(int) - 类 中的方法com.xson.JsonArray
 
remove(Object) - 类 中的方法com.xson.JsonArray
 
remove(String) - 类 中的方法com.xson.JsonObject
 
removeQuote(String) - 类 中的静态方法com.xson.util.StringUtil
 
RULE_array - 类 中的静态变量com.xson.lexer.JSONParser
 
RULE_json - 类 中的静态变量com.xson.lexer.JSONParser
 
RULE_object - 类 中的静态变量com.xson.lexer.JSONParser
 
RULE_pair - 类 中的静态变量com.xson.lexer.JSONParser
 
RULE_value - 类 中的静态变量com.xson.lexer.JSONParser
 
ruleNames - 类 中的静态变量com.xson.lexer.JSONLexer
 
ruleNames - 类 中的静态变量com.xson.lexer.JSONParser
 

S

SerializeFeature - com.xson.feature中的接口
序列化json字符串时使用到的配置接口。
setBase64(boolean) - 类 中的方法com.xson.feature.DefaultDeserializeFeature
 
setBase64(boolean) - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
setDateFormat(String) - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
setNumberCaster(NumberCaster) - 类 中的方法com.xson.feature.DefaultDeserializeFeature
 
setReadNullValue(boolean) - 类 中的方法com.xson.feature.DefaultDeserializeFeature
 
setUnicode(boolean) - 类 中的方法com.xson.feature.DefaultDeserializeFeature
 
setUnicode(boolean) - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
setWriteCollectionAsJson(boolean) - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
setWritesNullValue(boolean) - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
size() - 类 中的方法com.xson.JsonArray
 
size() - 类 中的方法com.xson.JsonObject
 
sort(Comparator<Object>) - 类 中的方法com.xson.JsonArray
 
STRING - 类 中的静态变量com.xson.lexer.JSONLexer
 
STRING() - 类 中的方法com.xson.lexer.JSONParser.PairContext
 
STRING - 类 中的静态变量com.xson.lexer.JSONParser
 
STRING() - 类 中的方法com.xson.lexer.JSONParser.StringContext
 
string2Unicode(String) - 类 中的静态方法com.xson.util.Unicode
字符串转换unicode
StringContext(JSONParser.ValueContext) - 类 的构造器com.xson.lexer.JSONParser.StringContext
 
StringUtil - com.xson.util中的类
 
StringUtil() - 类 的构造器com.xson.util.StringUtil
 
subArray(int, int) - 类 中的方法com.xson.JsonArray
 
SyncJsonArray - com.xson中的类
线程安全的JsonArray
SyncJsonArray() - 类 的构造器com.xson.SyncJsonArray
 
SyncJsonArray(JsonArray) - 类 的构造器com.xson.SyncJsonArray
 
SyncJsonArray(List<Object>) - 类 的构造器com.xson.SyncJsonArray
 
SyncJsonObject - com.xson中的类
线程安全的JsonObject
SyncJsonObject() - 类 的构造器com.xson.SyncJsonObject
 
SyncJsonObject(JsonObject) - 类 的构造器com.xson.SyncJsonObject
 
SyncJsonObject(Map<String, Object>) - 类 的构造器com.xson.SyncJsonObject
 

T

T__0 - 类 中的静态变量com.xson.lexer.JSONLexer
 
T__0 - 类 中的静态变量com.xson.lexer.JSONParser
 
T__1 - 类 中的静态变量com.xson.lexer.JSONLexer
 
T__1 - 类 中的静态变量com.xson.lexer.JSONParser
 
T__2 - 类 中的静态变量com.xson.lexer.JSONLexer
 
T__2 - 类 中的静态变量com.xson.lexer.JSONParser
 
T__3 - 类 中的静态变量com.xson.lexer.JSONLexer
 
T__3 - 类 中的静态变量com.xson.lexer.JSONParser
 
T__4 - 类 中的静态变量com.xson.lexer.JSONLexer
 
T__4 - 类 中的静态变量com.xson.lexer.JSONParser
 
T__5 - 类 中的静态变量com.xson.lexer.JSONLexer
 
T__5 - 类 中的静态变量com.xson.lexer.JSONParser
 
T__6 - 类 中的静态变量com.xson.lexer.JSONLexer
 
T__6 - 类 中的静态变量com.xson.lexer.JSONParser
 
T__7 - 类 中的静态变量com.xson.lexer.JSONLexer
 
T__7 - 类 中的静态变量com.xson.lexer.JSONParser
 
T__8 - 类 中的静态变量com.xson.lexer.JSONLexer
 
T__8 - 类 中的静态变量com.xson.lexer.JSONParser
 
toJson(JsonArray, SerializeFeature) - 接口 中的方法com.xson.JsonArrayAware
 
toJson(JsonObject, SerializeFeature) - 接口 中的方法com.xson.JsonObjectAware
 
toJsonObject() - 类 中的方法com.xson.JsonArray
 
toJsonObject() - 类 中的方法com.xson.SyncJsonArray
 
toJsonString(Object, SerializeFeature) - 类 中的静态方法com.xson.Json
将Java对象转换为Json字符串。
toJsonString(Object) - 类 中的静态方法com.xson.Json
将Java对象转换为Json字符串。
toJsonString(SerializeFeature) - 类 中的方法com.xson.JsonArray
 
toJsonString(SerializeFeature) - 接口 中的方法com.xson.JsonAware
 
toJsonString(SerializeFeature) - 类 中的方法com.xson.JsonObject
 
toJsonString(SerializeFeature) - 类 中的方法com.xson.util.Null
 
tokenNames - 类 中的静态变量com.xson.lexer.JSONLexer
已过时。
tokenNames - 类 中的静态变量com.xson.lexer.JSONParser
已过时。
toList() - 类 中的方法com.xson.JsonArray
 
toMap() - 类 中的方法com.xson.JsonObject
 
toNumber(String) - 接口 中的方法com.xson.cast.NumberCaster
 
toNumber(String) - 类 中的方法com.xson.cast.TypeCaster
 
toString() - 类 中的方法com.xson.Json
 
toString(SerializeFeature) - 类 中的方法com.xson.Json
 
toString() - 类 中的方法com.xson.util.Null
 
toStringList() - 类 中的方法com.xson.JsonArray
 
toStringList() - 类 中的方法com.xson.SyncJsonArray
 
TypeCaster - com.xson.cast中的类
 
TypeUtils - com.xson.cast中的类
 
TypeUtils() - 类 的构造器com.xson.cast.TypeUtils
 

U

unicode() - 类 中的方法com.xson.feature.DefaultDeserializeFeature
 
unicode() - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
unicode() - 接口 中的方法com.xson.feature.JsonFeature
是否使用Unicode编码
Unicode - com.xson.util中的类
 
Unicode() - 类 的构造器com.xson.util.Unicode
 
unicode2String(String) - 类 中的静态方法com.xson.util.Unicode
unicode 转字符串

V

value() - 类 中的方法com.xson.lexer.JSONParser.ArrayContext
 
value(int) - 类 中的方法com.xson.lexer.JSONParser.ArrayContext
 
value() - 类 中的方法com.xson.lexer.JSONParser.PairContext
 
value() - 类 中的方法com.xson.lexer.JSONParser
 
ValueContext(ParserRuleContext, int) - 类 的构造器com.xson.lexer.JSONParser.ValueContext
 
ValueContext() - 类 的构造器com.xson.lexer.JSONParser.ValueContext
 
visitErrorNode(ErrorNode) - 类 中的方法com.xson.lexer.JSONBaseListener
The default implementation does nothing.
visitTerminal(TerminalNode) - 类 中的方法com.xson.lexer.JSONBaseListener
The default implementation does nothing.
VOCABULARY - 类 中的静态变量com.xson.lexer.JSONLexer
 
VOCABULARY - 类 中的静态变量com.xson.lexer.JSONParser
 

W

walk(JSONParser, JSONBaseListener) - 类 中的静态方法com.xson.parser.JsonValueParser
 
write(int) - 类 中的方法com.xson.util.base64.Base64OutputStream
 
writeCollectionAsJson() - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
writeCollectionAsJson() - 接口 中的方法com.xson.feature.SerializeFeature
当碰到List/Set/Map时,将其转换为JsonArray或者JsonObject输出。
writesNullValue() - 类 中的方法com.xson.feature.DefaultSerializeFeature
 
writesNullValue() - 接口 中的方法com.xson.feature.SerializeFeature
在json输出时是否保留值为null的key.
WS - 类 中的静态变量com.xson.lexer.JSONLexer
 
WS - 类 中的静态变量com.xson.lexer.JSONParser
 

_

_ATN - 类 中的静态变量com.xson.lexer.JSONLexer
 
_ATN - 类 中的静态变量com.xson.lexer.JSONParser
 
_decisionToDFA - 类 中的静态变量com.xson.lexer.JSONLexer
 
_decisionToDFA - 类 中的静态变量com.xson.lexer.JSONParser
 
_serializedATN - 类 中的静态变量com.xson.lexer.JSONLexer
 
_serializedATN - 类 中的静态变量com.xson.lexer.JSONParser
 
_sharedContextCache - 类 中的静态变量com.xson.lexer.JSONLexer
 
_sharedContextCache - 类 中的静态变量com.xson.lexer.JSONParser
 
A B C D E F G H I J M N O P R S T U V W _ 
跳过导航链接

Copyright © 2016. All Rights Reserved.