Uses of Interface
com.alibaba.fastjson2.JSONB.SymbolTable
Packages that use JSONB.SymbolTable
-
Uses of JSONB.SymbolTable in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return JSONB.SymbolTableModifier and TypeMethodDescriptionJSONWriter.getSymbolTable()static JSONB.SymbolTableJSONB.symbolTable(String... names) Methods in com.alibaba.fastjson2 with parameters of type JSONB.SymbolTableModifier and TypeMethodDescriptionstatic JSONReaderJSONReader.ofJSONB(byte[] bytes, int offset, int length, JSONB.SymbolTable symbolTable) static JSONWriterJSONWriter.ofJSONB(JSONB.SymbolTable symbolTable) static <T> TJSONB.parseObject(byte[] jsonbBytes, int off, int len, Class<T> objectClass, JSONB.SymbolTable symbolTable) static <T> TJSONB.parseObject(byte[] jsonbBytes, int off, int len, Class<T> objectClass, JSONB.SymbolTable symbolTable, JSONReader.Feature... features) static <T> TJSONB.parseObject(byte[] jsonbBytes, int off, int len, Type objectClass, JSONB.SymbolTable symbolTable) static <T> TJSONB.parseObject(byte[] jsonbBytes, int off, int len, Type objectClass, JSONB.SymbolTable symbolTable, JSONReader.Feature... features) static <T> TJSONB.parseObject(byte[] jsonbBytes, Type objectType, JSONB.SymbolTable symbolTable) static <T> TJSONB.parseObject(byte[] jsonbBytes, Type objectType, JSONB.SymbolTable symbolTable, Filter[] filters, JSONReader.Feature... features) static <T> TJSONB.parseObject(byte[] jsonbBytes, Type objectType, JSONB.SymbolTable symbolTable, JSONReader.Feature... features) static byte[]JSONB.toBytes(Object object, JSONB.SymbolTable symbolTable) static byte[]JSONB.toBytes(Object object, JSONB.SymbolTable symbolTable, Filter[] filters, JSONWriter.Feature... features) static byte[]JSONB.toBytes(Object object, JSONB.SymbolTable symbolTable, JSONWriter.Feature... features) static StringJSONB.toJSONString(byte[] jsonbBytes, JSONB.SymbolTable symbolTable) -
Uses of JSONB.SymbolTable in com.alibaba.fastjson2.util
Methods in com.alibaba.fastjson2.util with parameters of type JSONB.SymbolTableModifier and TypeMethodDescriptionstatic voidJSONBDump.dump(byte[] jsonbBytes, JSONB.SymbolTable symbolTable) Constructors in com.alibaba.fastjson2.util with parameters of type JSONB.SymbolTableModifierConstructorDescriptionJSONBDump(byte[] bytes, JSONB.SymbolTable symbolTable, boolean raw)