Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Servers
-
Packages that use AsyncApi20Servers Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Servers in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Servers Modifier and Type Class Description classAsyncApi20ServersImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Servers Modifier and Type Method Description AsyncApi20ServersAsyncApi20DocumentImpl. createServers() -
Uses of AsyncApi20Servers in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Servers Modifier and Type Method Description voidAsyncApi20ModelReader. readServers(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Servers node)voidAsyncApi20ModelWriter. writeServers(AsyncApi20Servers node, com.fasterxml.jackson.databind.node.ObjectNode json)
-