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
|
List<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() |
Object |
rootDocument()
The json document that is evaluated
|
Collection<PathRef> |
updateOperations() |
Configuration configuration()
Object rootDocument()
<T> T getValue()
Option.ALWAYS_RETURN_LIST
T
- 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
- List<String> getPathList()
Collection<PathRef> updateOperations()
Copyright © 2019. All rights reserved.