Uses of Enum
com.alibaba.fastjson2.JSONPath.Feature
Packages that use JSONPath.Feature
-
Uses of JSONPath.Feature in com.alibaba.fastjson2
Methods in com.alibaba.fastjson2 that return JSONPath.FeatureModifier and TypeMethodDescriptionstatic JSONPath.FeatureReturns 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.FeatureModifier and TypeMethodDescriptionstatic ObjectJSONPath.extract(String json, String path, JSONPath.Feature... features) Extracts a value from JSON string using the specified path and featuresstatic JSONPathJSONPath.of(String path, JSONPath.Feature... features) Creates a JSONPath from a path string with specified featuresstatic JSONPathJSONPath.of(String path, Type type, JSONPath.Feature... features) Creates a typed JSONPath from a path string, type and featuresConstructors in com.alibaba.fastjson2 with parameters of type JSONPath.FeatureModifierConstructorDescriptionprotectedJSONPath(String path, JSONPath.Feature... features) Constructs a JSONPath with the specified path and features