Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Servers
-
Packages that use AsyncApi21Servers Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Servers in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Servers Modifier and Type Class Description classAsyncApi21ServersImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Servers Modifier and Type Method Description AsyncApi21ServersAsyncApi21DocumentImpl. createServers() -
Uses of AsyncApi21Servers in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Servers Modifier and Type Method Description voidAsyncApi21ModelReader. readServers(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Servers node)voidAsyncApi21ModelWriter. writeServers(AsyncApi21Servers node, com.fasterxml.jackson.databind.node.ObjectNode json)
-