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(JSONReader.Feature... features) 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(byte[] bytes, int offset, int length, Charset charset, JSONReader.Context context) static JSONReaderJSONReader.of(byte[] utf8Bytes, JSONReader.Context context) static JSONReaderJSONReader.of(char[] chars, int offset, int length, JSONReader.Context context) static JSONReaderJSONReader.of(char[] chars, JSONReader.Context context) static JSONReaderJSONReader.of(JSONReader.Context context, byte[] utf8Bytes) Deprecated.static JSONReaderJSONReader.of(JSONReader.Context context, char[] chars) Deprecated.static JSONReaderJSONReader.of(JSONReader.Context context, String str) Deprecated.static JSONReaderJSONReader.of(InputStream is, Charset charset, JSONReader.Context context) static JSONReaderJSONReader.of(String str, int offset, int length, JSONReader.Context context) static JSONReaderJSONReader.of(String str, JSONReader.Context context) static JSONReaderJSONReader.ofJSONB(byte[] jsonbBytes, JSONReader.Context context) static JSONReaderJSONReader.ofJSONB(JSONReader.Context context, byte[] jsonbBytes) Deprecated.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) FieldReaderList.createList(JSONReader.Context context) FieldReader.getItemObjectReader(JSONReader.Context ctx) FieldReader.getObjectReader(JSONReader.Context context) FieldReaderObject.getObjectReader(JSONReader.Context context)