public interface EvaluationContext
| Modifier and Type | Method and Description |
|---|---|
Configuration |
configuration() |
<T> T |
getPath()
Returns the list of formalized paths that represent the result of the evaluation
|
java.util.List<java.lang.String> |
getPathList()
Convenience method to get list of hits as String path representations
|
<T> T |
getValue()
This method does not adhere to configuration settings.
|
<T> T |
getValue(boolean unwrap)
See
getValue() |
java.lang.Object |
rootDocument()
The json document that is evaluated
|
java.util.Collection<PathRef> |
updateOperations() |
Configuration configuration()
java.lang.Object rootDocument()
<T> T getValue()
Option.ALWAYS_RETURN_LISTT - expected return type<T> T getValue(boolean unwrap)
getValue()T - expected return typeunwrap - tells th underlying json provider if primitives should be unwrapped<T> T getPath()
T - java.util.List<java.lang.String> getPathList()
java.util.Collection<PathRef> updateOperations()