Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23ServerVariable
-
Packages that use AsyncApi23ServerVariable Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23ServerVariable in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23ServerVariable Modifier and Type Class Description classAsyncApi23ServerVariableImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23ServerVariable Modifier and Type Method Description AsyncApi23ServerVariableAsyncApi23ServerImpl. createServerVariable() -
Uses of AsyncApi23ServerVariable in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23ServerVariable Modifier and Type Method Description voidAsyncApi23ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23ServerVariable node)voidAsyncApi23ModelWriter. writeServerVariable(AsyncApi23ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-