public class ArrayValueParser extends AbstractElementParser
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayValueParser.LenientArrayValueParser |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayParser |
arrayParser |
| Constructor and Description |
|---|
ArrayValueParser(ArrayParser arrayParser) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(TokenIterator tokenizer)
Parses
true | false | null | integer | float | string|
embedded-object | [ ... |
protected void |
parseValue(TokenIterator tokenizer) |
errorFactory, structParserprotected final ArrayParser arrayParser
public ArrayValueParser(ArrayParser arrayParser)
public void parse(TokenIterator tokenizer)
true | false | null | integer | float | string|
embedded-object | [ ... ]protected void parseValue(TokenIterator tokenizer)
Copyright © 2021 The Apache Software Foundation. All rights reserved.