Constructor and Description |
---|
JsonPathSelector(com.fasterxml.jackson.databind.ObjectMapper mapper,
String jsonPath,
com.jayway.jsonpath.Filter... filters) |
JsonPathSelector(String jsonPath,
com.jayway.jsonpath.Filter... filters) |
Modifier and Type | Method and Description |
---|---|
static Selector |
J(String jsonPath,
com.jayway.jsonpath.Filter... filters) |
static Selector |
jsonPathSelector(String jsonPath,
com.jayway.jsonpath.Filter... filters) |
boolean |
matches(Object key)
Indicates whether this Selector matches the
key . |
clone, getHeaderResolver, getObject, objectSelector, test, toString
public JsonPathSelector(com.fasterxml.jackson.databind.ObjectMapper mapper, String jsonPath, com.jayway.jsonpath.Filter... filters)
public JsonPathSelector(String jsonPath, com.jayway.jsonpath.Filter... filters)
Copyright © 2017. All rights reserved.