public abstract class JSONPathFactory
extends Object
Factory for a JSONPath instance
- Author:
- Jim Earley
-
Method Summary
Modifier and Type |
Method |
Description |
static JSONPath |
compile(String jsonPath,
com.jayway.jsonpath.Criteria criteria,
com.jayway.jsonpath.Option... options) |
|
static JSONPath |
compile(String jsonPath,
com.jayway.jsonpath.Option... options) |
|
-
Method Details
-
compile
public static JSONPath compile(
String jsonPath,
com.jayway.jsonpath.Option... options)
-
compile
public static JSONPath compile(
String jsonPath,
com.jayway.jsonpath.Criteria criteria,
com.jayway.jsonpath.Option... options)