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