Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21ServerVariable
-
Packages that use AsyncApi21ServerVariable Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21ServerVariable in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21ServerVariable Modifier and Type Class Description classAsyncApi21ServerVariableImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21ServerVariable Modifier and Type Method Description AsyncApi21ServerVariableAsyncApi21ServerImpl. createServerVariable() -
Uses of AsyncApi21ServerVariable in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21ServerVariable Modifier and Type Method Description voidAsyncApi21ModelReader. readServerVariable(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21ServerVariable node)voidAsyncApi21ModelWriter. writeServerVariable(AsyncApi21ServerVariable node, com.fasterxml.jackson.databind.node.ObjectNode json)
-