public interface IJsonParentType extends IJsonType
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(String name,
IJsonParentType child) |
void |
addIssue(JsonIssue issue) |
IJsonType |
findChild(String name) |
List<JsonIssue> |
getIssues() |
void |
render(StringBuilder sb,
int indent,
boolean mutable) |
equalsStructurally, getDefinitions, getIdentifier, getName, getParent, setDefinitionsvoid addChild(String name, IJsonParentType child)
void addIssue(JsonIssue issue)
void render(StringBuilder sb, int indent, boolean mutable)
Copyright © 2018. All rights reserved.