Uses of Class
com.alibaba.fastjson2.JSONPath
Packages that use JSONPath
-
Uses of JSONPath in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return JSONPathModifier and TypeMethodDescriptionstatic JSONPathDeprecated.static JSONPathstatic JSONPathJSONPath.setReaderContext(JSONReader.Context context) JSONPath.setWriterContext(JSONWriter.Context writerContext) Methods in com.alibaba.fastjson2 with parameters of type JSONPathModifier and TypeMethodDescriptionvoidJSONReader.addResolveTask(FieldReader fieldReader, Object object, JSONPath path) voidJSONReader.addResolveTask(Object[] object, int i, JSONPath reference) voidJSONReader.addResolveTask(Collection object, int i, JSONPath reference) voidJSONReader.addResolveTask(Map object, Object key, JSONPath reference)