| Package | Description |
|---|---|
| org.infinispan.schematic.internal.document |
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonReader.DateValueMatcher
The component that parses a tokenized JSON stream and attempts to evaluate literal values such as dates
|
static class |
JsonReader.SimpleValueMatcher
The component that matches a string value for certain patterns.
|
| Modifier and Type | Field and Description |
|---|---|
protected static JsonReader.ValueMatcher |
JsonReader.DATE_VALUE_MATCHER |
protected static JsonReader.ValueMatcher |
JsonReader.SIMPLE_VALUE_MATCHER |
| Constructor and Description |
|---|
JsonReader.Parser(JsonReader.Tokenizer tokenizer,
DocumentValueFactory values,
JsonReader.ValueMatcher valueMatcher)
Create a new JsonReader that uses the supplied
JsonReader.Tokenizer instance. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.