public interface IJsonType
| Modifier and Type | Method and Description |
|---|---|
default boolean |
equalsStructurally(IJsonType type2)
JSon Schema types normally compare by identity, however for
some use-cases we still need to compare them structurally e.g.,
for merging types.
|
default List<IJsonType> |
getDefinitions() |
String |
getIdentifier() |
String |
getName() |
IJsonParentType |
getParent() |
default void |
setDefinitions(List<IJsonType> definitions) |
String getName()
String getIdentifier()
IJsonParentType getParent()
default boolean equalsStructurally(IJsonType type2)
Copyright © 2018. All rights reserved.