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.JsonExtractor
extract
in interface JsonExtract.JsonExtractor<io.airlift.slice.Slice>
IOException
Copyright © 2012–2019. All rights reserved.