| Package | Description |
|---|---|
| com.jayway.jsonpath | |
| com.jayway.jsonpath.internal |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<EvaluationListener> |
Configuration.ConfigurationBuilder.evaluationListener |
private java.util.Collection<EvaluationListener> |
Configuration.evaluationListeners |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.Collection<EvaluationListener> listeners) |
| Constructor and Description |
|---|
Configuration(JsonProvider jsonProvider,
MappingProvider mappingProvider,
java.util.EnumSet<Option> options,
java.util.Collection<EvaluationListener> evaluationListeners) |
| Modifier and Type | Class and Description |
|---|---|
private class |
JsonContext.LimitingEvaluationListener |
| Modifier and Type | Method and Description |
|---|---|
ReadContext |
JsonContext.withListeners(EvaluationListener... listener) |