Package | Description |
---|---|
com.hazelcast.internal.serialization.impl | |
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 |
---|---|
boolean |
DataInputNavigableJsonAdapter.isAttributeName(JsonPathCursor cursor) |
abstract boolean |
NavigableJsonInputAdapter.isAttributeName(JsonPathCursor cursor)
This method verifies that the underlying input currently points
to an attribute name of a Json object.
|
boolean |
StringNavigableJsonAdapter.isAttributeName(JsonPathCursor cursor) |
Modifier and Type | Method and Description |
---|---|
static JsonPattern |
JsonSchemaHelper.createPattern(NavigableJsonInputAdapter input,
JsonSchemaNode schemaNode,
JsonPathCursor path)
Creates a
JsonPattern for given query path. |
static JsonValue |
JsonSchemaHelper.findValueWithPattern(NavigableJsonInputAdapter input,
JsonSchemaNode schemaNode,
JsonPattern expectedPattern,
JsonPathCursor attributePath)
Extract the JsonValue that is stored in attributePath in input.
|
Modifier and Type | Method and Description |
---|---|
static JsonPathCursor |
JsonPathCursor.createCursor(String attributePath)
Creates a new cursor from given attribute path.
|
static JsonPathCursor |
AbstractJsonGetter.getPath(String attributePath) |
JsonPathCursor |
JsonGetterContext.newJsonPathCursor() |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.