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