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 stringJSONPathJSONPathWrapper. getJsONPath()Get jsONPathJSONPathJSONObject. getRootPath()Get rootPathMethods in com.adyen.model.management with parameters of type JSONPath Modifier and Type Method Description JSONPathWrapperJSONPathWrapper. jsONPath(JSONPath jsONPath)JSONObjectJSONObject. rootPath(JSONPath rootPath)voidJSONPathWrapper. setJsONPath(JSONPath jsONPath)voidJSONObject. setRootPath(JSONPath rootPath)
-