Interface AsyncApi26Components
-
- All Superinterfaces:
AsyncApi26Extensible,AsyncApiComponents,AsyncApiExtensible,Components,Extensible,Node,Visitable
- All Known Implementing Classes:
AsyncApi26ComponentsImpl
public interface AsyncApi26Components extends AsyncApiComponents, AsyncApi26Extensible
-
-
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
AsyncApi26Server createServer()
-
getServers
Map<String,AsyncApi26Server> getServers()
-
addServer
void addServer(String name, AsyncApi26Server value)
-
clearServers
void clearServers()
-
removeServer
void removeServer(String name)
-
insertServer
void insertServer(String name, AsyncApi26Server value, int atIndex)
-
createServerVariable
AsyncApi26ServerVariable createServerVariable()
-
getServerVariables
Map<String,AsyncApi26ServerVariable> getServerVariables()
-
addServerVariable
void addServerVariable(String name, AsyncApi26ServerVariable value)
-
clearServerVariables
void clearServerVariables()
-
removeServerVariable
void removeServerVariable(String name)
-
insertServerVariable
void insertServerVariable(String name, AsyncApi26ServerVariable value, int atIndex)
-
createChannelItem
AsyncApi26ChannelItem createChannelItem()
-
getChannels
Map<String,AsyncApi26ChannelItem> getChannels()
-
addChannel
void addChannel(String name, AsyncApi26ChannelItem value)
-
clearChannels
void clearChannels()
-
removeChannel
void removeChannel(String name)
-
insertChannel
void insertChannel(String name, AsyncApi26ChannelItem 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
-
-