public static interface Predicate.PredicateContext
| Modifier and Type | Method and Description |
|---|---|
Configuration |
configuration()
Configuration to use when evaluating
|
java.lang.Object |
item()
Returns the current item being evaluated by this predicate
|
<T> T |
item(java.lang.Class<T> clazz)
Returns the current item being evaluated by this predicate.
|
java.lang.Object |
root()
Returns the root document (the complete JSON)
|
java.lang.Object item()
<T> T item(java.lang.Class<T> clazz)
throws MappingException
MappingExceptionjava.lang.Object root()
Configuration configuration()