Package io.apicurio.datamodels.models
Interface RootNode
-
- All Known Subinterfaces:
AsyncApi20Document,AsyncApi21Document,AsyncApi22Document,AsyncApi23Document,AsyncApi24Document,AsyncApi25Document,AsyncApi26Document,AsyncApi30Document,OpenApi20Document,OpenApi30Document,OpenApi31Document
- All Known Implementing Classes:
AsyncApi20DocumentImpl,AsyncApi21DocumentImpl,AsyncApi22DocumentImpl,AsyncApi23DocumentImpl,AsyncApi24DocumentImpl,AsyncApi25DocumentImpl,AsyncApi26DocumentImpl,AsyncApi30DocumentImpl,OpenApi20DocumentImpl,OpenApi30DocumentImpl,OpenApi31DocumentImpl,RootNodeImpl
public interface RootNode extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelTypemodelType()-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, emptyClone, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
modelType
ModelType modelType()
-
-