Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22Contact
-
Packages that use AsyncApi22Contact Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22Contact in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22Contact Modifier and Type Class Description classAsyncApi22ContactImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22Contact Modifier and Type Method Description AsyncApi22ContactAsyncApi22InfoImpl. createContact() -
Uses of AsyncApi22Contact in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22Contact Modifier and Type Method Description voidAsyncApi22ModelReader. readContact(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22Contact node)voidAsyncApi22ModelWriter. writeContact(AsyncApi22Contact node, com.fasterxml.jackson.databind.node.ObjectNode json)
-