public static interface JsonExtract.JsonExtractor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
extract(com.fasterxml.jackson.core.JsonParser jsonParser)
Executes the extraction on the existing content of the JsonParser and outputs the match.
|
T extract(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOExceptionCopyright © 2012–2019. All rights reserved.