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) |
copyWithAttributes, equalsStructurally, getDefinitions, getIdentifier, getName, getParent, getTypeAttributes, merge, setDefinitionsvoid addChild(String name, IJsonParentType child)
void addIssue(JsonIssue issue)
void render(StringBuilder sb, int indent, boolean mutable)
Copyright © 2019. All rights reserved.