Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Servers
-
Packages that use AsyncApi25Servers Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Servers in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Servers Modifier and Type Class Description classAsyncApi25ServersImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25Servers Modifier and Type Method Description AsyncApi25ServersAsyncApi25DocumentImpl. createServers() -
Uses of AsyncApi25Servers in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Servers Modifier and Type Method Description voidAsyncApi25ModelReader. readServers(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Servers node)voidAsyncApi25ModelWriter. writeServers(AsyncApi25Servers node, com.fasterxml.jackson.databind.node.ObjectNode json)
-