Uses of Interface
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 TypeMethodDescriptionJSONWriter.getSymbolTable()static SymbolTableJSONB.symbolTable(String... names) Methods in com.alibaba.fastjson2 with parameters of type SymbolTableModifier and TypeMethodDescriptionstatic JSONReader.ContextJSONFactory.createReadContext(SymbolTable symbolTable) static JSONReaderJSONReader.ofJSONB(byte[] bytes, int offset, int length, SymbolTable symbolTable) static JSONWriterJSONWriter.ofJSONB(SymbolTable symbolTable) 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 -
Uses of SymbolTable in com.alibaba.fastjson2.util
Methods in com.alibaba.fastjson2.util with parameters of type SymbolTableModifier and TypeMethodDescriptionstatic voidJSONBDump.dump(byte[] jsonbBytes, SymbolTable symbolTable) Constructors in com.alibaba.fastjson2.util with parameters of type SymbolTable