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 JSONPathCompiles a JSONPath expression for a specific object classprotected JSONPathJSONPathCompilerReflect.compileSingleNamePath(Class objectClass, com.alibaba.fastjson2.JSONPathSingleName path) abstract JSONPathJSONPath.getParent()Gets the parent JSONPath of this pathJSONPathCompilerReflect.SingleNamePathTyped.getParent()static JSONPathCreates a JSONPath from a path stringstatic JSONPathCreates a multi-path JSONPathstatic JSONPathJSONPath.of(String[] paths, Type[] types, JSONReader.Feature... features) Creates a multi-path JSONPathstatic JSONPathJSONPath.of(String[] paths, Type[] types, String[] formats, long[] pathFeatures, ZoneId zoneId, JSONReader.Feature... features) Creates a multi-path JSONPathstatic JSONPathJSONPath.of(String path, JSONPath.Feature... features) Creates a JSONPath from a path string with specified featuresstatic JSONPathCreates a typed JSONPath from a path string and typestatic JSONPathJSONPath.of(String path, Type type, JSONPath.Feature... features) Creates a typed JSONPath from a path string, type and featuresJSONPath.setReaderContext(JSONReader.Context context) Sets the reading contextJSONPath.setWriterContext(JSONWriter.Context writerContext) Sets the writing contextMethods 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) Evaluates a JSONPath expression against this JSONObject.
of(String)instead