Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Servers
-
Packages that use AsyncApi30Servers Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Servers in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Servers Modifier and Type Class Description classAsyncApi30ServersImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Servers Modifier and Type Method Description AsyncApi30ServersAsyncApi30DocumentImpl. createServers() -
Uses of AsyncApi30Servers in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Servers Modifier and Type Method Description voidAsyncApi30ModelReader. readServers(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Servers node)voidAsyncApi30ModelWriter. writeServers(AsyncApi30Servers node, com.fasterxml.jackson.databind.node.ObjectNode json)
-