Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Contact
-
Packages that use AsyncApi30Contact Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Contact in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Contact Modifier and Type Class Description classAsyncApi30ContactImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Contact Modifier and Type Method Description AsyncApi30ContactAsyncApi30InfoImpl. createContact() -
Uses of AsyncApi30Contact in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Contact Modifier and Type Method Description voidAsyncApi30ModelReader. readContact(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Contact node)voidAsyncApi30ModelWriter. writeContact(AsyncApi30Contact node, com.fasterxml.jackson.databind.node.ObjectNode json)
-