public class JsonUnionType extends JsonStructureType
| Constructor and Description |
|---|
JsonUnionType(JsonSchemaType parent,
URL source,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstituent(String name,
IJsonType type) |
Collection<? extends IJsonType> |
getConstituents() |
IJsonType |
merge(IJsonType type) |
protected void |
resolveRefsImpl() |
addChild, addMember, addSuper, equals, equalsStructurally, findChild, findMemberType, getFqn, getInnerTypes, getMembers, getSuperTypes, getToken, hashCode, render, setToken, toStringaddIssue, getDefinitions, getFile, getIdentifier, getIssues, getLabel, getName, getParent, isParentRoot, isSchemaType, mergeInnerTypes, resolveRefs, setDefinitions, setJsonSchemapublic JsonUnionType(JsonSchemaType parent, URL source, String name)
protected void resolveRefsImpl()
resolveRefsImpl in class JsonStructureTypepublic Collection<? extends IJsonType> getConstituents()
Copyright © 2018. All rights reserved.