Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20ServerVariable
-
Packages that use AsyncApi20ServerVariable Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20ServerVariable in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20ServerVariable Modifier and Type Class Description classAsyncApi20ServerVariableImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20ServerVariable Modifier and Type Method Description AsyncApi20ServerVariableAsyncApi20ServerImpl. createServerVariable() -
Uses of AsyncApi20ServerVariable in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20ServerVariable Modifier and Type Method Description voidAsyncApi20ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20ServerVariable node)voidAsyncApi20ModelWriter. writeServerVariable(AsyncApi20ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-