Interface AsyncApiServers
-
- All Superinterfaces:
MappedNode<AsyncApiServer>,Node,Visitable
- All Known Subinterfaces:
AsyncApi20Servers,AsyncApi21Servers,AsyncApi22Servers,AsyncApi23Servers,AsyncApi24Servers,AsyncApi25Servers,AsyncApi26Servers,AsyncApi30Servers
- All Known Implementing Classes:
AsyncApi20ServersImpl,AsyncApi21ServersImpl,AsyncApi22ServersImpl,AsyncApi23ServersImpl,AsyncApi24ServersImpl,AsyncApi25ServersImpl,AsyncApi26ServersImpl,AsyncApi30ServersImpl
public interface AsyncApiServers extends Node, MappedNode<AsyncApiServer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncApiServercreateServer()-
Methods inherited from interface io.apicurio.datamodels.models.MappedNode
addItem, clearItems, getItem, getItemNames, getItems, insertItem, removeItem
-
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
-
createServer
AsyncApiServer createServer()
-
-