Interface AsyncApi25Components
-
- All Superinterfaces:
AsyncApi25Extensible,AsyncApiComponents,AsyncApiExtensible,Components,Extensible,Node,Visitable
- All Known Implementing Classes:
AsyncApi25ComponentsImpl
public interface AsyncApi25Components extends AsyncApiComponents, AsyncApi25Extensible
-
-
Method Summary
-
Methods inherited from interface io.apicurio.datamodels.models.asyncapi.AsyncApiComponents
addChannelBinding, addCorrelationId, addMessage, addMessageBinding, addMessageTrait, addOperationBinding, addOperationTrait, addServerBinding, clearChannelBindings, clearCorrelationIds, clearMessageBindings, clearMessages, clearMessageTraits, clearOperationBindings, clearOperationTraits, clearServerBindings, createChannelBindings, createCorrelationID, createMessage, createMessageBindings, createMessageTrait, createOperationBindings, createOperationTrait, createServerBindings, getChannelBindings, getCorrelationIds, getMessageBindings, getMessages, getMessageTraits, getOperationBindings, getOperationTraits, getServerBindings, insertChannelBinding, insertCorrelationId, insertMessage, insertMessageBinding, insertMessageTrait, insertOperationBinding, insertOperationTrait, insertServerBinding, removeChannelBinding, removeCorrelationId, removeMessage, removeMessageBinding, removeMessageTrait, removeOperationBinding, removeOperationTrait, removeServerBinding
-
Methods inherited from interface io.apicurio.datamodels.models.Components
addParameter, addSchema, addSecurityScheme, clearParameters, clearSchemas, clearSecuritySchemes, createParameter, createSchema, createSecurityScheme, getParameters, getSchemas, getSecuritySchemes, insertParameter, insertSchema, insertSecurityScheme, removeParameter, removeSchema, removeSecurityScheme
-
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
AsyncApi25Server createServer()
-
getServers
Map<String,AsyncApi25Server> getServers()
-
addServer
void addServer(String name, AsyncApi25Server value)
-
clearServers
void clearServers()
-
removeServer
void removeServer(String name)
-
insertServer
void insertServer(String name, AsyncApi25Server value, int atIndex)
-
createServerVariable
AsyncApi25ServerVariable createServerVariable()
-
getServerVariables
Map<String,AsyncApi25ServerVariable> getServerVariables()
-
addServerVariable
void addServerVariable(String name, AsyncApi25ServerVariable value)
-
clearServerVariables
void clearServerVariables()
-
removeServerVariable
void removeServerVariable(String name)
-
insertServerVariable
void insertServerVariable(String name, AsyncApi25ServerVariable value, int atIndex)
-
createChannelItem
AsyncApi25ChannelItem createChannelItem()
-
getChannels
Map<String,AsyncApi25ChannelItem> getChannels()
-
addChannel
void addChannel(String name, AsyncApi25ChannelItem value)
-
clearChannels
void clearChannels()
-
removeChannel
void removeChannel(String name)
-
insertChannel
void insertChannel(String name, AsyncApi25ChannelItem value, int atIndex)
-
getExtensions
Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible
-
-