Uses of Class
com.alibaba.fastjson2.JSONPath
Packages that use JSONPath
-
Uses of JSONPath in com.alibaba.fastjson2
Subclasses of JSONPath in com.alibaba.fastjson2Modifier and TypeClassDescriptionstatic classstatic classMethods in com.alibaba.fastjson2 that return JSONPathModifier and TypeMethodDescriptionstatic JSONPathDeprecated.static JSONPathprotected JSONPathJSONPathCompilerReflect.compileSingleNamePath(Class objectClass, com.alibaba.fastjson2.JSONPath.SingleNamePath path) static 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) protected com.alibaba.fastjson2.JSONPath.SegmentJSONPathCompilerReflect.compile(Class objectClass, JSONPath path, com.alibaba.fastjson2.JSONPath.Segment segment, com.alibaba.fastjson2.JSONPath.Segment parent)