Package io.apicurio.datamodels.models
Interface Document
-
- All Known Subinterfaces:
AsyncApi20Document,AsyncApi21Document,AsyncApi22Document,AsyncApi23Document,AsyncApi24Document,AsyncApi25Document,AsyncApi26Document,AsyncApi30Document,AsyncApiDocument,OpenApi20Document,OpenApi30Document,OpenApi31Document,OpenApiDocument
- All Known Implementing Classes:
AsyncApi20DocumentImpl,AsyncApi21DocumentImpl,AsyncApi22DocumentImpl,AsyncApi23DocumentImpl,AsyncApi24DocumentImpl,AsyncApi25DocumentImpl,AsyncApi26DocumentImpl,AsyncApi30DocumentImpl,OpenApi20DocumentImpl,OpenApi30DocumentImpl,OpenApi31DocumentImpl
public interface Document extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InfocreateInfo()InfogetInfo()voidsetInfo(Info value)-
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
-
-