Index
All Classes and Interfaces|All Packages|Serialized Form
C
- collectionTypeReference(Type, Class<? extends Collection<?>>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Create
TypeReferenceforCollections. - com.github.fmjsjx.libcommon.json - package com.github.fmjsjx.libcommon.json
D
- defaultInstance() - Static method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Returns the default (singleton)
Fastjson2Libraryinstance. - dumps(Object, OutputStream) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
- dumpsToBytes(Object) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
- dumpsToString(Object) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
F
- Fastjson2Exception(String, Throwable) - Constructor for exception com.github.fmjsjx.libcommon.json.Fastjson2Library.Fastjson2Exception
-
Creates a new
Fastjson2Library.Fastjson2Exceptioninstance. - Fastjson2Exception(Throwable) - Constructor for exception com.github.fmjsjx.libcommon.json.Fastjson2Library.Fastjson2Exception
-
Creates a new
Fastjson2Library.Fastjson2Exceptioninstance. - Fastjson2Library - Class in com.github.fmjsjx.libcommon.json
-
The implementation of
JsonLibraryusing Fastjson2. - Fastjson2Library() - Constructor for class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Creates a new
Fastjson2Librarywith the default features. - Fastjson2Library(JSONReader.Feature[], JSONWriter.Feature[]) - Constructor for class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Creates a new
Fastjson2Librarywith the specified features given. - Fastjson2Library.Fastjson2Exception - Exception in com.github.fmjsjx.libcommon.json
-
A JSON exception threw by the
Fastjson2Library.
G
- genericTypeReference(Class<?>, Type...) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Create
TypeReference. - getInstance() - Static method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Returns the singleton (default)
Fastjson2Libraryinstance.
L
- listTypeReference(Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Create
TypeReferenceforLists. - loads(byte[]) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
- loads(byte[], TypeReference<T>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes data from byte array.
- loads(byte[], Class<T>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
- loads(byte[], Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
- loads(InputStream) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes data from input stream.
- loads(InputStream, Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes data from input stream.
- loads(String) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
- loads(String, TypeReference<T>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes data from string.
- loads(String, Class<T>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
- loads(String, Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
- loadsArray(byte[]) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes
JSONArrayfrom byte array. - loadsArray(InputStream) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes
JSONArrayfrom input stream. - loadsArray(String) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes
JSONArrayfrom string. - loadsList(byte[], Class<T>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes
Listfrom byte array. - loadsList(byte[], Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes
Listfrom byte array. - loadsList(String, Class<T>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes
Listfrom string. - loadsList(String, Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Decodes
Listfrom string.
M
- mapTypeReference(Type, Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Create
TypeReferenceforMaps. - mapTypeReference(Type, Type, Class<? extends Map<?, ?>>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Create
TypeReferenceforMaps.
R
- readerFeatures() - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Returns the reader features.
W
- writerFeatures() - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
-
Returns the writer features.
All Classes and Interfaces|All Packages|Serialized Form