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