Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Servers
-
Packages that use AsyncApi26Servers Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26Servers in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26Servers Modifier and Type Class Description classAsyncApi26ServersImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26Servers Modifier and Type Method Description AsyncApi26ServersAsyncApi26DocumentImpl. createServers() -
Uses of AsyncApi26Servers in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26Servers Modifier and Type Method Description voidAsyncApi26ModelReader. readServers(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26Servers node)voidAsyncApi26ModelWriter. writeServers(AsyncApi26Servers node, com.fasterxml.jackson.databind.node.ObjectNode json)
-