Package | Description |
---|---|
com.hazelcast.json.internal |
This package contains JsonSchema related functionality
|
Modifier and Type | Method and Description |
---|---|
JsonSchemaStructNode |
JsonSchemaNode.getParent()
Returns the parent.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonSchemaNode.setParent(JsonSchemaStructNode parent)
Sets the parent of this node.
|
Constructor and Description |
---|
JsonSchemaNode(JsonSchemaStructNode parent)
Creates a schema node with given parent
|
JsonSchemaStructNode(JsonSchemaStructNode parent) |
JsonSchemaTerminalNode(JsonSchemaStructNode parent) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.