Uses of Class
com.adyen.model.management.JSONPathWrapper
-
Packages that use JSONPathWrapper Package Description com.adyen.model.management -
-
Uses of JSONPathWrapper in com.adyen.model.management
Methods in com.adyen.model.management that return JSONPathWrapper Modifier and Type Method Description static JSONPathWrapperJSONPathWrapper. fromJson(String jsonString)Create an instance of JSONPathWrapper given an JSON stringJSONPathWrapperJSONPathWrapper. jsONPath(JSONPath jsONPath)Methods in com.adyen.model.management that return types with arguments of type JSONPathWrapper Modifier and Type Method Description List<JSONPathWrapper>JSONObject. getPaths()Get pathsMethods in com.adyen.model.management with parameters of type JSONPathWrapper Modifier and Type Method Description JSONObjectJSONObject. addPathsItem(JSONPathWrapper pathsItem)Method parameters in com.adyen.model.management with type arguments of type JSONPathWrapper Modifier and Type Method Description JSONObjectJSONObject. paths(List<JSONPathWrapper> paths)voidJSONObject. setPaths(List<JSONPathWrapper> paths)
-