Uses of Interface
com.jayway.jsonpath.EvaluationListener
-
Packages that use EvaluationListener Package Description com.jayway.jsonpath com.jayway.jsonpath.internal -
-
Uses of EvaluationListener in com.jayway.jsonpath
Fields in com.jayway.jsonpath with type parameters of type EvaluationListener Modifier and Type Field Description private java.util.Collection<EvaluationListener>
Configuration.ConfigurationBuilder. evaluationListener
private java.util.Collection<EvaluationListener>
Configuration. evaluationListeners
Methods in com.jayway.jsonpath that return types with arguments of type EvaluationListener Modifier and Type Method Description java.util.Collection<EvaluationListener>
Configuration. getEvaluationListeners()
Returns the evaluation listeners registered in this configurationMethods in com.jayway.jsonpath with parameters of type EvaluationListener Modifier and Type Method Description Configuration
Configuration. addEvaluationListeners(EvaluationListener... evaluationListener)
Creates a new Configuration by the provided evaluation listeners to the current listenersConfiguration.ConfigurationBuilder
Configuration.ConfigurationBuilder. evaluationListener(EvaluationListener... listener)
Configuration
Configuration. setEvaluationListeners(EvaluationListener... evaluationListener)
Creates a new Configuration with the provided evaluation listenersReadContext
ReadContext. withListeners(EvaluationListener... listener)
Adds listener to the evaluation of this pathMethod parameters in com.jayway.jsonpath with type arguments of type EvaluationListener Modifier and Type Method Description Configuration.ConfigurationBuilder
Configuration.ConfigurationBuilder. evaluationListener(java.util.Collection<EvaluationListener> listeners)
Constructor parameters in com.jayway.jsonpath with type arguments of type EvaluationListener Constructor Description Configuration(JsonProvider jsonProvider, MappingProvider mappingProvider, java.util.EnumSet<Option> options, java.util.Collection<EvaluationListener> evaluationListeners)
-
Uses of EvaluationListener in com.jayway.jsonpath.internal
Classes in com.jayway.jsonpath.internal that implement EvaluationListener Modifier and Type Class Description private class
JsonContext.LimitingEvaluationListener
Methods in com.jayway.jsonpath.internal with parameters of type EvaluationListener Modifier and Type Method Description ReadContext
JsonContext. withListeners(EvaluationListener... listener)
-