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