Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23ServerBindings
-
Packages that use AsyncApi23ServerBindings Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23ServerBindings in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23ServerBindings Modifier and Type Class Description classAsyncApi23ServerBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23ServerBindings Modifier and Type Method Description AsyncApi23ServerBindingsAsyncApi23ComponentsImpl. createServerBindings()AsyncApi23ServerBindingsAsyncApi23ServerImpl. createServerBindings() -
Uses of AsyncApi23ServerBindings in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23ServerBindings Modifier and Type Method Description voidAsyncApi23ModelReader. readServerBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23ServerBindings node)voidAsyncApi23ModelWriter. writeServerBindings(AsyncApi23ServerBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-