Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Contact
-
Packages that use AsyncApi25Contact Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Contact in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Contact Modifier and Type Class Description classAsyncApi25ContactImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25Contact Modifier and Type Method Description AsyncApi25ContactAsyncApi25InfoImpl. createContact() -
Uses of AsyncApi25Contact in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Contact Modifier and Type Method Description voidAsyncApi25ModelReader. readContact(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Contact node)voidAsyncApi25ModelWriter. writeContact(AsyncApi25Contact node, com.fasterxml.jackson.databind.node.ObjectNode json)
-