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. evaluationListenerprivate java.util.Collection<EvaluationListener>Configuration. evaluationListenersMethods 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 ConfigurationConfiguration. addEvaluationListeners(EvaluationListener... evaluationListener)Creates a new Configuration by the provided evaluation listeners to the current listenersConfiguration.ConfigurationBuilderConfiguration.ConfigurationBuilder. evaluationListener(EvaluationListener... listener)ConfigurationConfiguration. setEvaluationListeners(EvaluationListener... evaluationListener)Creates a new Configuration with the provided evaluation listenersReadContextReadContext. 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.ConfigurationBuilderConfiguration.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 classJsonContext.LimitingEvaluationListenerMethods in com.jayway.jsonpath.internal with parameters of type EvaluationListener Modifier and Type Method Description ReadContextJsonContext. withListeners(EvaluationListener... listener)
-