public abstract class JsonSchemaNode extends Object
Constructor and Description |
---|
JsonSchemaNode(JsonSchemaStructNode parent)
Creates a schema node with given parent
|
Modifier and Type | Method and Description |
---|---|
JsonSchemaStructNode |
getParent()
Returns the parent.
|
boolean |
isTerminal()
Returns whether this node represents a scalar value.
|
void |
setParent(JsonSchemaStructNode parent)
Sets the parent of this node.
|
public JsonSchemaNode(JsonSchemaStructNode parent)
parent
- may be null for top elementpublic JsonSchemaStructNode getParent()
public void setParent(JsonSchemaStructNode parent)
parent
- public boolean isTerminal()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.