Package io.apicurio.datamodels.models
Class RootNodeImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.RootNodeImpl
-
- Direct Known Subclasses:
AsyncApi20DocumentImpl,AsyncApi21DocumentImpl,AsyncApi22DocumentImpl,AsyncApi23DocumentImpl,AsyncApi24DocumentImpl,AsyncApi25DocumentImpl,AsyncApi26DocumentImpl,AsyncApi30DocumentImpl,OpenApi20DocumentImpl,OpenApi30DocumentImpl,OpenApi31DocumentImpl
public abstract class RootNodeImpl extends NodeImpl implements RootNode
-
-
Constructor Summary
Constructors Constructor Description RootNodeImpl(ModelType modelType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelTypemodelType()RootNoderoot()-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
_setMapPropertyName, _setParentPropertyName, _setParentPropertyType, addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, setNodeAttribute, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, setNodeAttribute
-
-