Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Servers
-
Packages that use AsyncApi23Servers Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Servers in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Servers Modifier and Type Class Description classAsyncApi23ServersImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23Servers Modifier and Type Method Description AsyncApi23ServersAsyncApi23DocumentImpl. createServers() -
Uses of AsyncApi23Servers in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Servers Modifier and Type Method Description voidAsyncApi23ModelReader. readServers(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Servers node)voidAsyncApi23ModelWriter. writeServers(AsyncApi23Servers node, com.fasterxml.jackson.databind.node.ObjectNode json)
-