Uses of Class
com.alibaba.fastjson2.SymbolTable
-
Packages that use SymbolTable Package Description com.alibaba.fastjson2 -
-
Uses of SymbolTable in com.alibaba.fastjson2
Fields in com.alibaba.fastjson2 declared as SymbolTable Modifier and Type Field Description SymbolTableJSONWriter. symbolTableMethods in com.alibaba.fastjson2 that return SymbolTable Modifier and Type Method Description SymbolTableJSONWriter. getSymbolTable()static SymbolTableJSONB. symbolTable(String... names)Methods in com.alibaba.fastjson2 with parameters of type SymbolTable Modifier and Type Method Description static JSONReader.ContextJSONFactory. createReadContext(SymbolTable symbolTable)static JSONReader.ContextJSONFactory. createReadContext(SymbolTable symbolTable, JSONReader.Feature... features)static voidJSONB. dump(byte[] jsonbBytes, SymbolTable symbolTable)static JSONReaderJSONReader. ofJSONB(byte[] bytes, int offset, int length, SymbolTable symbolTable)static JSONWriterJSONWriter. ofJSONB(JSONWriter.Context context, SymbolTable symbolTable)static JSONWriterJSONWriter. ofJSONB(SymbolTable symbolTable)static ObjectJSONB. parse(byte[] jsonbBytes, SymbolTable symbolTable, JSONReader.Feature... features)static <T> TJSONB. parseObject(byte[] jsonbBytes, int off, int len, Class<T> objectClass, SymbolTable symbolTable)static <T> TJSONB. parseObject(byte[] jsonbBytes, int off, int len, Class<T> objectClass, SymbolTable symbolTable, JSONReader.Feature... features)static <T> TJSONB. parseObject(byte[] jsonbBytes, int off, int len, Type objectClass, SymbolTable symbolTable)static <T> TJSONB. parseObject(byte[] jsonbBytes, int off, int len, Type objectClass, SymbolTable symbolTable, JSONReader.Feature... features)static <T> TJSONB. parseObject(byte[] jsonbBytes, Type objectType, SymbolTable symbolTable)static <T> TJSONB. parseObject(byte[] jsonbBytes, Type objectType, SymbolTable symbolTable, Filter[] filters, JSONReader.Feature... features)static <T> TJSONB. parseObject(byte[] jsonbBytes, Type objectType, SymbolTable symbolTable, JSONReader.Feature... features)static byte[]JSONB. toBytes(Object object, SymbolTable symbolTable)static byte[]JSONB. toBytes(Object object, SymbolTable symbolTable, Filter[] filters, JSONWriter.Feature... features)static byte[]JSONB. toBytes(Object object, SymbolTable symbolTable, JSONWriter.Feature... features)static StringJSONB. toJSONString(byte[] jsonbBytes, SymbolTable symbolTable)Constructors in com.alibaba.fastjson2 with parameters of type SymbolTable Constructor Description Context(ObjectReaderProvider provider, SymbolTable symbolTable)Context(ObjectReaderProvider provider, SymbolTable symbolTable, Filter[] filters, JSONReader.Feature... features)Context(ObjectReaderProvider provider, SymbolTable symbolTable, JSONReader.Feature... features)JSONWriter(JSONWriter.Context context, SymbolTable symbolTable, boolean jsonb, Charset charset)
-