Class AsyncApi23ModelWriterDispatcher
- java.lang.Object
-
- io.apicurio.datamodels.models.asyncapi.v23.io.AsyncApi23ModelWriterDispatcher
-
- All Implemented Interfaces:
AsyncApi23Visitor,AsyncApiVisitor,Visitor
public class AsyncApi23ModelWriterDispatcher extends Object implements AsyncApi23Visitor
-
-
Constructor Summary
Constructors Constructor Description AsyncApi23ModelWriterDispatcher(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23ModelWriter writer)
-
Method Summary
-
-
-
Constructor Detail
-
AsyncApi23ModelWriterDispatcher
public AsyncApi23ModelWriterDispatcher(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23ModelWriter writer)
-
-
Method Detail
-
visitOneOfMessages
public void visitOneOfMessages(AsyncApiOneOfMessages node)
- Specified by:
visitOneOfMessagesin interfaceAsyncApi23Visitor
-
visitChannelItem
public void visitChannelItem(AsyncApiChannelItem node)
- Specified by:
visitChannelItemin interfaceAsyncApi23Visitor
-
visitSecurityRequirement
public void visitSecurityRequirement(SecurityRequirement node)
- Specified by:
visitSecurityRequirementin interfaceAsyncApi23Visitor
-
visitMessageExample
public void visitMessageExample(AsyncApiMessageExample node)
- Specified by:
visitMessageExamplein interfaceAsyncApi23Visitor
-
visitMessageBindings
public void visitMessageBindings(AsyncApiMessageBindings node)
- Specified by:
visitMessageBindingsin interfaceAsyncApiVisitor
-
visitOAuthFlow
public void visitOAuthFlow(OAuthFlow node)
- Specified by:
visitOAuthFlowin interfaceAsyncApiVisitor
-
visitOperationBindings
public void visitOperationBindings(AsyncApiOperationBindings node)
- Specified by:
visitOperationBindingsin interfaceAsyncApiVisitor
-
visitComponents
public void visitComponents(Components node)
- Specified by:
visitComponentsin interfaceAsyncApiVisitor
-
visitChannelBindings
public void visitChannelBindings(AsyncApiChannelBindings node)
- Specified by:
visitChannelBindingsin interfaceAsyncApiVisitor
-
visitParameters
public void visitParameters(AsyncApiParameters node)
- Specified by:
visitParametersin interfaceAsyncApiVisitor
-
visitServerVariable
public void visitServerVariable(ServerVariable node)
- Specified by:
visitServerVariablein interfaceAsyncApiVisitor
-
visitMessage
public void visitMessage(AsyncApiMessage node)
- Specified by:
visitMessagein interfaceAsyncApiVisitor
-
visitOperationTrait
public void visitOperationTrait(AsyncApiOperationTrait node)
- Specified by:
visitOperationTraitin interfaceAsyncApiVisitor
-
visitServer
public void visitServer(Server node)
- Specified by:
visitServerin interfaceAsyncApiVisitor
-
visitOAuthFlows
public void visitOAuthFlows(OAuthFlows node)
- Specified by:
visitOAuthFlowsin interfaceAsyncApiVisitor
-
visitServerBindings
public void visitServerBindings(AsyncApiServerBindings node)
- Specified by:
visitServerBindingsin interfaceAsyncApiVisitor
-
visitCorrelationID
public void visitCorrelationID(AsyncApiCorrelationID node)
- Specified by:
visitCorrelationIDin interfaceAsyncApiVisitor
-
visitServers
public void visitServers(AsyncApiServers node)
- Specified by:
visitServersin interfaceAsyncApiVisitor
-
visitChannels
public void visitChannels(AsyncApiChannels node)
- Specified by:
visitChannelsin interfaceAsyncApiVisitor
-
visitMessageTrait
public void visitMessageTrait(AsyncApiMessageTrait node)
- Specified by:
visitMessageTraitin interfaceAsyncApiVisitor
-
visitBinding
public void visitBinding(AsyncApiBinding node)
- Specified by:
visitBindingin interfaceAsyncApiVisitor
-
visitContact
public void visitContact(Contact node)
- Specified by:
visitContactin interfaceVisitor
-
visitSecurityScheme
public void visitSecurityScheme(SecurityScheme node)
- Specified by:
visitSecuritySchemein interfaceVisitor
-
visitExternalDocumentation
public void visitExternalDocumentation(ExternalDocumentation node)
- Specified by:
visitExternalDocumentationin interfaceVisitor
-
visitLicense
public void visitLicense(License node)
- Specified by:
visitLicensein interfaceVisitor
-
visitDocument
public void visitDocument(Document node)
- Specified by:
visitDocumentin interfaceVisitor
-
visitParameter
public void visitParameter(Parameter node)
- Specified by:
visitParameterin interfaceVisitor
-
visitOperation
public void visitOperation(Operation node)
- Specified by:
visitOperationin interfaceVisitor
-
visitSchema
public void visitSchema(Schema node)
- Specified by:
visitSchemain interfaceVisitor
-
-