| Package | Description | 
|---|---|
| com.hazelcast.json.internal | This package contains JsonSchema related functionality | 
| com.hazelcast.query.impl.getters | Helper classes for extractions of values from object instances. | 
| Modifier and Type | Method and Description | 
|---|---|
| static JsonPattern | JsonSchemaHelper. createPattern(NavigableJsonInputAdapter input,
             JsonSchemaNode schemaNode,
             JsonPathCursor path)Creates a  JsonPatternfor given query path. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JsonPattern. add(JsonPattern other) | 
| static JsonValue | JsonSchemaHelper. findValueWithPattern(NavigableJsonInputAdapter input,
                    JsonSchemaNode schemaNode,
                    JsonPattern expectedPattern,
                    JsonPathCursor attributePath)Extract the JsonValue that is stored in attributePath in input. | 
| Constructor and Description | 
|---|
| JsonPattern(JsonPattern other)Creates a deep copy of a JsonPattern | 
| Modifier and Type | Method and Description | 
|---|---|
| WeightedEvictableList.WeightedItem<JsonPattern> | JsonGetterContext. addOrVoteForPattern(JsonPattern pattern) | 
| List<WeightedEvictableList.WeightedItem<JsonPattern>> | JsonGetterContext. getPatternListSnapshot() | 
| Modifier and Type | Method and Description | 
|---|---|
| WeightedEvictableList.WeightedItem<JsonPattern> | JsonGetterContext. addOrVoteForPattern(JsonPattern pattern) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JsonGetterContext. voteFor(WeightedEvictableList.WeightedItem<JsonPattern> item) | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.