Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Contact
-
Packages that use AsyncApi23Contact Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Contact in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Contact Modifier and Type Class Description classAsyncApi23ContactImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23Contact Modifier and Type Method Description AsyncApi23ContactAsyncApi23InfoImpl. createContact() -
Uses of AsyncApi23Contact in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Contact Modifier and Type Method Description voidAsyncApi23ModelReader. readContact(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Contact node)voidAsyncApi23ModelWriter. writeContact(AsyncApi23Contact node, com.fasterxml.jackson.databind.node.ObjectNode json)
-