public class JsonSchemaStructNode extends JsonSchemaNode
Constructor and Description |
---|
JsonSchemaStructNode(JsonSchemaStructNode parent) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(JsonSchemaNameValue description)
Adds a child node to this Json node.
|
boolean |
equals(Object o) |
JsonSchemaNameValue |
getChild(int i)
Returns a name-value pair for the ith child of this struct.
|
int |
getChildCount()
The size of this object in terms of items or attributes it contains.
|
int |
hashCode() |
String |
toString() |
getParent, isTerminal, setParent
public JsonSchemaStructNode(JsonSchemaStructNode parent)
public void addChild(JsonSchemaNameValue description)
description
- public JsonSchemaNameValue getChild(int i)
JsonPattern
.i
- the order of the desired childpublic int getChildCount()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.