| Package | Description |
|---|---|
| com.jayway.jsonpath | |
| com.jayway.jsonpath.internal |
| Modifier and Type | Method and Description |
|---|---|
Collection<EvaluationListener> |
Configuration.getEvaluationListeners()
Returns the evaluation listeners registered in this configuration
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.addEvaluationListeners(EvaluationListener... evaluationListener)
Creates a new Configuration by the provided evaluation listeners to the current listeners
|
Configuration.ConfigurationBuilder |
Configuration.ConfigurationBuilder.evaluationListener(EvaluationListener... listener) |
Configuration |
Configuration.setEvaluationListeners(EvaluationListener... evaluationListener)
Creates a new Configuration with the provided evaluation listeners
|
ReadContext |
ReadContext.withListeners(EvaluationListener... listener)
Adds listener to the evaluation of this path
|
| Modifier and Type | Method and Description |
|---|---|
Configuration.ConfigurationBuilder |
Configuration.ConfigurationBuilder.evaluationListener(Collection<EvaluationListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
ReadContext |
JsonContext.withListeners(EvaluationListener... listener) |
Copyright © 2016. All rights reserved.