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) 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