Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Servers
-
Packages that use AsyncApi24Servers Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24Servers in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24Servers Modifier and Type Class Description classAsyncApi24ServersImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24Servers Modifier and Type Method Description AsyncApi24ServersAsyncApi24DocumentImpl. createServers() -
Uses of AsyncApi24Servers in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24Servers Modifier and Type Method Description voidAsyncApi24ModelReader. readServers(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24Servers node)voidAsyncApi24ModelWriter. writeServers(AsyncApi24Servers node, com.fasterxml.jackson.databind.node.ObjectNode json)
-