Package | Description |
---|---|
com.jayway.jsonpath | |
com.jayway.jsonpath.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentContext |
Modifier and Type | Method and Description |
---|---|
ReadContext |
ReadContext.limit(int maxResults)
Stops evaluation when maxResults limit has been reached
|
ReadContext |
ReadContext.withListeners(EvaluationListener... listener)
Adds listener to the evaluation of this path
|
Modifier and Type | Class and Description |
---|---|
class |
JsonContext |
Modifier and Type | Method and Description |
---|---|
ReadContext |
JsonContext.limit(int maxResults) |
ReadContext |
JsonContext.withListeners(EvaluationListener... listener) |
Copyright © 2018. All rights reserved.