public abstract class NullValueParser extends AbstractElementParser
| Constructor and Description |
|---|
NullValueParser(JsonStructureParser structParser,
String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(TokenIterator tokenizer)
Parses nulls.
|
protected abstract ElementParser |
resolve(TokenIterator tokenizer)
Replace this parser with a new parser based on the current
parse context.
|
errorFactory, structParserprotected final String key
public NullValueParser(JsonStructureParser structParser, String key)
public void parse(TokenIterator tokenizer)
true | false | null | integer | float | string|
embedded-object | { ... } | [ ... ]protected abstract ElementParser resolve(TokenIterator tokenizer)
Copyright © 2021 The Apache Software Foundation. All rights reserved.