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 classclassclassclassMethods in com.alibaba.fastjson2 that return JSONPathModifier and TypeMethodDescriptionstatic JSONPathDeprecated.static JSONPathprotected JSONPathJSONPathCompilerReflect.compileSingleNamePath(Class objectClass, com.alibaba.fastjson2.JSONPathSingleName path) abstract JSONPathJSONPath.getParent()JSONPathCompilerReflect.SingleNamePathTyped.getParent()static JSONPathstatic JSONPathcreate multi-path jsonpathstatic JSONPathJSONPath.of(String[] paths, Type[] types, JSONReader.Feature... features) create multi-path jsonpathstatic JSONPathJSONPath.of(String[] paths, Type[] types, String[] formats, long[] pathFeatures, ZoneId zoneId, JSONReader.Feature... features) create multi-path jsonpathstatic JSONPathJSONPath.of(String path, JSONPath.Feature... features) static JSONPathstatic JSONPathJSONPath.of(String path, Type type, JSONPath.Feature... features) JSONPath.setReaderContext(JSONReader.Context context) JSONPath.setWriterContext(JSONWriter.Context writerContext) Methods in com.alibaba.fastjson2 with parameters of type JSONPathModifier and TypeMethodDescriptionfinal voidJSONReader.addResolveTask(FieldReader fieldReader, Object object, JSONPath path) final voidJSONReader.addResolveTask(Object[] object, int i, JSONPath reference) final voidJSONReader.addResolveTask(Collection object, int i, JSONPath reference) final voidJSONReader.addResolveTask(Map object, Object key, JSONPath reference) protected com.alibaba.fastjson2.JSONPathSegmentJSONPathCompilerReflect.compile(Class objectClass, JSONPath path, com.alibaba.fastjson2.JSONPathSegment segment, com.alibaba.fastjson2.JSONPathSegment parent)