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) 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 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.JSONPathSegmentJSONPathCompilerReflect.compile(Class objectClass, JSONPath path, com.alibaba.fastjson2.JSONPathSegment segment, com.alibaba.fastjson2.JSONPathSegment parent)