Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21ServerBindings
-
Packages that use AsyncApi21ServerBindings Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21ServerBindings in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21ServerBindings Modifier and Type Class Description classAsyncApi21ServerBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21ServerBindings Modifier and Type Method Description AsyncApi21ServerBindingsAsyncApi21ComponentsImpl. createServerBindings()AsyncApi21ServerBindingsAsyncApi21ServerImpl. createServerBindings() -
Uses of AsyncApi21ServerBindings in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21ServerBindings Modifier and Type Method Description voidAsyncApi21ModelReader. readServerBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21ServerBindings node)voidAsyncApi21ModelWriter. writeServerBindings(AsyncApi21ServerBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-