public interface ReadContext
| Modifier and Type | Method and Description |
|---|---|
Object |
json()
Returns the JSON model that this context is reading
|
<T> T |
read(JsonPath path)
Reads the given path from this context
|
<T> T |
read(String path,
Filter... filters)
Reads the given path from this context
|
Object json()
<T> T read(String path, Filter... filters)
T - path - path to readfilters - filters<T> T read(JsonPath path)
T - path - path to applyCopyright © 2011–2016. All rights reserved.