Index

C D F G L M R W 
All Classes and Interfaces|All Packages|Serialized Form

C

collectionTypeReference(Type, Class<? extends Collection<?>>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Create TypeReference for Collections.
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) Fastjson2Library instance.
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.Fastjson2Exception instance.
Fastjson2Exception(Throwable) - Constructor for exception com.github.fmjsjx.libcommon.json.Fastjson2Library.Fastjson2Exception
Creates a new Fastjson2Library.Fastjson2Exception instance.
Fastjson2Library - Class in com.github.fmjsjx.libcommon.json
The implementation of JsonLibrary using Fastjson2.
Fastjson2Library() - Constructor for class com.github.fmjsjx.libcommon.json.Fastjson2Library
Creates a new Fastjson2Library with the default features.
Fastjson2Library(JSONReader.Feature[], JSONWriter.Feature[]) - Constructor for class com.github.fmjsjx.libcommon.json.Fastjson2Library
Creates a new Fastjson2Library with 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) Fastjson2Library instance.

L

listTypeReference(Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Create TypeReference for Lists.
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 JSONArray from byte array.
loadsArray(InputStream) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Decodes JSONArray from input stream.
loadsArray(String) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Decodes JSONArray from string.
loadsList(byte[], Class<T>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Decodes List from byte array.
loadsList(byte[], Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Decodes List from byte array.
loadsList(String, Class<T>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Decodes List from string.
loadsList(String, Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Decodes List from string.

M

mapTypeReference(Type, Type) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Create TypeReference for Maps.
mapTypeReference(Type, Type, Class<? extends Map<?, ?>>) - Method in class com.github.fmjsjx.libcommon.json.Fastjson2Library
Create TypeReference for Maps.

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.
C D F G L M R W 
All Classes and Interfaces|All Packages|Serialized Form