Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22Servers
-
Packages that use AsyncApi22Servers Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22Servers in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22Servers Modifier and Type Class Description classAsyncApi22ServersImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22Servers Modifier and Type Method Description AsyncApi22ServersAsyncApi22DocumentImpl. createServers() -
Uses of AsyncApi22Servers in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22Servers Modifier and Type Method Description voidAsyncApi22ModelReader. readServers(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22Servers node)voidAsyncApi22ModelWriter. writeServers(AsyncApi22Servers node, com.fasterxml.jackson.databind.node.ObjectNode json)
-