|
ModeShape Distribution 3.0.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonReader.ValueMatcher | |
---|---|
org.infinispan.schematic.internal.document |
Uses of JsonReader.ValueMatcher in org.infinispan.schematic.internal.document |
---|
Classes in org.infinispan.schematic.internal.document that implement JsonReader.ValueMatcher | |
---|---|
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. |
Fields in org.infinispan.schematic.internal.document declared as JsonReader.ValueMatcher | |
---|---|
protected static JsonReader.ValueMatcher |
JsonReader.DATE_VALUE_MATCHER
|
protected static JsonReader.ValueMatcher |
JsonReader.SIMPLE_VALUE_MATCHER
|
Constructors in org.infinispan.schematic.internal.document with parameters of type JsonReader.ValueMatcher | |
---|---|
JsonReader.Parser(JsonReader.Tokenizer tokenizer,
DocumentValueFactory values,
JsonReader.ValueMatcher valueMatcher)
Create a new JsonReader that uses the supplied JsonReader.Tokenizer instance. |
|
ModeShape Distribution 3.0.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |