@Value.Immutable(copy=false)
public abstract class JsonSelector
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
JsonSelector() |
| Modifier and Type | Method and Description |
|---|---|
com.jayway.jsonpath.JsonPath |
getJsonPath() |
abstract java.lang.String |
getSelector() |
static JsonSelector |
of(java.lang.String selector) |
public static JsonSelector of(java.lang.String selector)
@Value.Lazy
@Value.Auxiliary
public com.jayway.jsonpath.JsonPath getJsonPath()
throws com.jayway.jsonpath.InvalidPathException
com.jayway.jsonpath.InvalidPathExceptionpublic abstract java.lang.String getSelector()