Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30ServerBindings
-
Packages that use AsyncApi30ServerBindings Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30ServerBindings in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30ServerBindings Modifier and Type Class Description classAsyncApi30ServerBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30ServerBindings Modifier and Type Method Description AsyncApi30ServerBindingsAsyncApi30ComponentsImpl. createServerBindings()AsyncApi30ServerBindingsAsyncApi30ServerImpl. createServerBindings() -
Uses of AsyncApi30ServerBindings in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30ServerBindings Modifier and Type Method Description voidAsyncApi30ModelReader. readServerBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30ServerBindings node)voidAsyncApi30ModelWriter. writeServerBindings(AsyncApi30ServerBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-