Uses of Class
com.alibaba.fastjson2.JSONPath.Feature
-
Packages that use JSONPath.Feature Package Description com.alibaba.fastjson2 -
-
Uses of JSONPath.Feature in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return JSONPath.Feature Modifier and Type Method Description static JSONPath.FeatureJSONPath.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static JSONPath.Feature[]JSONPath.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.fastjson2 with parameters of type JSONPath.Feature Modifier and Type Method Description static ObjectJSONPath. extract(String json, String path, JSONPath.Feature... features)static JSONPathJSONPath. of(String path, JSONPath.Feature... features)static JSONPathJSONPath. of(String path, Type type, JSONPath.Feature... features)Constructors in com.alibaba.fastjson2 with parameters of type JSONPath.Feature Constructor Description JSONPath(String path, JSONPath.Feature... features)
-