Uses of Class
com.alibaba.fastjson2.SymbolTable
Packages that use SymbolTable
-
Uses of SymbolTable in com.alibaba.fastjson2
Fields in com.alibaba.fastjson2 declared as SymbolTableMethods in com.alibaba.fastjson2 that return SymbolTableModifier and TypeMethodDescriptionfinal SymbolTableJSONWriter.getSymbolTable()static SymbolTableJSONB.symbolTable(String... names) Methods in com.alibaba.fastjson2 with parameters of type SymbolTableModifier and TypeMethodDescriptionstatic 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 SymbolTableModifierConstructorDescriptionContext(ObjectReaderProvider provider, SymbolTable symbolTable) Context(ObjectReaderProvider provider, SymbolTable symbolTable, Filter[] filters, JSONReader.Feature... features) Context(ObjectReaderProvider provider, SymbolTable symbolTable, JSONReader.Feature... features) protectedJSONWriter(JSONWriter.Context context, SymbolTable symbolTable, boolean jsonb, Charset charset)