Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Server
-
Packages that use AsyncApi24Server Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24Server in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24Server Modifier and Type Class Description classAsyncApi24ServerImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24Server Modifier and Type Method Description AsyncApi24ServerAsyncApi24Components. createServer()AsyncApi24ServerAsyncApi24ComponentsImpl. createServer()AsyncApi24ServerAsyncApi24ServersImpl. createServer()Methods in io.apicurio.datamodels.models.asyncapi.v24 that return types with arguments of type AsyncApi24Server Modifier and Type Method Description Map<String,AsyncApi24Server>AsyncApi24Components. getServers()Map<String,AsyncApi24Server>AsyncApi24ComponentsImpl. getServers()Methods in io.apicurio.datamodels.models.asyncapi.v24 with parameters of type AsyncApi24Server Modifier and Type Method Description voidAsyncApi24Components. addServer(String name, AsyncApi24Server value)voidAsyncApi24ComponentsImpl. addServer(String name, AsyncApi24Server value)voidAsyncApi24Components. insertServer(String name, AsyncApi24Server value, int atIndex)voidAsyncApi24ComponentsImpl. insertServer(String name, AsyncApi24Server value, int atIndex) -
Uses of AsyncApi24Server in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24Server Modifier and Type Method Description voidAsyncApi24ModelReader. readServer(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24Server node)voidAsyncApi24ModelWriter. writeServer(AsyncApi24Server node, com.fasterxml.jackson.databind.node.ObjectNode json)
-