Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24ServerBindings
-
Packages that use AsyncApi24ServerBindings Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24ServerBindings in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24ServerBindings Modifier and Type Class Description classAsyncApi24ServerBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24ServerBindings Modifier and Type Method Description AsyncApi24ServerBindingsAsyncApi24ComponentsImpl. createServerBindings()AsyncApi24ServerBindingsAsyncApi24ServerImpl. createServerBindings() -
Uses of AsyncApi24ServerBindings in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24ServerBindings Modifier and Type Method Description voidAsyncApi24ModelReader. readServerBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24ServerBindings node)voidAsyncApi24ModelWriter. writeServerBindings(AsyncApi24ServerBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-