public abstract class ScalarValueParser extends ValueParser
| Modifier and Type | Class and Description |
|---|---|
static class |
ScalarValueParser.SimpleValueParser
Parses
true | false | null | integer | float | string |and simply passes the value token on to the listener. |
static class |
ScalarValueParser.TextValueParser
Parses
true | false | null | integer | float | string | |
listener| Constructor and Description |
|---|
ScalarValueParser(JsonStructureParser structParser,
ValueListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(TokenIterator tokenizer)
Parses
true | false | null | integer | float | string|
embedded-object |
protected abstract void |
parseValue(TokenIterator tokenizer,
com.fasterxml.jackson.core.JsonToken token) |
errorFactory, structParserpublic ScalarValueParser(JsonStructureParser structParser, ValueListener listener)
public void parse(TokenIterator tokenizer)
true | false | null | integer | float | string|
embedded-objectprotected abstract void parseValue(TokenIterator tokenizer, com.fasterxml.jackson.core.JsonToken token)
Copyright © 2021 The Apache Software Foundation. All rights reserved.