Uses of Class
com.alibaba.fastjson2.JSONReader.Context
Packages that use JSONReader.Context
-
Uses of JSONReader.Context in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return JSONReader.ContextModifier and TypeMethodDescriptionstatic JSONReader.ContextJSONFactory.createReadContext()static JSONReader.ContextJSONFactory.createReadContext(ObjectReaderProvider provider, JSONReader.Feature... features) static JSONReader.ContextJSONFactory.createReadContext(SymbolTable symbolTable) static JSONReader.ContextJSONFactory.createReadContext(Supplier<Map> objectSupplier, JSONReader.Feature... features) static JSONReader.ContextJSONFactory.createReadContext(Supplier<Map> objectSupplier, Supplier<List> arraySupplier, JSONReader.Feature... features) JSONReader.getContext()JSONPath.getReaderContext()Methods in com.alibaba.fastjson2 with parameters of type JSONReader.ContextModifier and TypeMethodDescriptionstatic JSONReaderJSONReader.of(JSONReader.Context context, byte[] utf8Bytes) static JSONReaderJSONReader.of(JSONReader.Context context, char[] chars) static JSONReaderJSONReader.of(JSONReader.Context context, String str) static JSONReaderJSONReader.of(String str, int offset, int length, JSONReader.Context context) static JSONReaderJSONReader.ofJSONB(JSONReader.Context context, byte[] jsonbBytes) static ObjectJSON.parse(String text, JSONReader.Context context) static <T> TJSON.parseObject(byte[] utf8Bytes, Class<T> clazz, JSONReader.Context context) Parse UTF8 encoded JSON byte array into a Java objectstatic JSONObjectJSON.parseObject(String text, JSONReader.Context context) Parse JSONStringintoJSONObjectstatic <T> TJSON.parseObject(String text, Class<T> clazz, JSONReader.Context context) Parse JSONStringinto a Java object with specifiedJSONReader.Features enabledJSONPath.setReaderContext(JSONReader.Context context) Constructors in com.alibaba.fastjson2 with parameters of type JSONReader.Context -
Uses of JSONReader.Context in com.alibaba.fastjson2.reader
Methods in com.alibaba.fastjson2.reader with parameters of type JSONReader.ContextModifier and TypeMethodDescriptiondefault ObjectReaderObjectReader.autoType(JSONReader.Context context, long typeHash) FieldReaderObject.getFieldObjectReader(JSONReader.Context context) default ObjectReaderFieldReader.getItemObjectReader(JSONReader.Context ctx) default ObjectReader<V>FieldReaderList.getItemObjectReader(JSONReader.Context ctx) default ObjectReaderFieldReader.getObjectReader(JSONReader.Context context)