Uses of Class
com.adyen.model.management.JSONPath
-
Packages that use JSONPath Package Description com.adyen.model.management -
-
Uses of JSONPath in com.adyen.model.management
Methods in com.adyen.model.management that return JSONPath Modifier and Type Method Description JSONPathJSONPath. addContentItem(String contentItem)JSONPathJSONPath. content(List<String> content)static JSONPathJSONPath. fromJson(String jsonString)Create an instance of JSONPath given an JSON stringJSONPathJSONObject. getRootPath()Get rootPathMethods in com.adyen.model.management that return types with arguments of type JSONPath Modifier and Type Method Description List<JSONPath>JSONObject. getPaths()Get pathsMethods in com.adyen.model.management with parameters of type JSONPath Modifier and Type Method Description JSONObjectJSONObject. addPathsItem(JSONPath pathsItem)JSONObjectJSONObject. rootPath(JSONPath rootPath)voidJSONObject. setRootPath(JSONPath rootPath)Method parameters in com.adyen.model.management with type arguments of type JSONPath Modifier and Type Method Description JSONObjectJSONObject. paths(List<JSONPath> paths)voidJSONObject. setPaths(List<JSONPath> paths)
-