public class ContactReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.microprofile.openapi.models.info.Contact |
readContact(org.jboss.jandex.AnnotationValue annotationValue)
Reads an Contact annotation.
|
static org.eclipse.microprofile.openapi.models.info.Contact |
readContact(com.fasterxml.jackson.databind.JsonNode node)
Reads an
Contact OpenAPI node. |
public static org.eclipse.microprofile.openapi.models.info.Contact readContact(org.jboss.jandex.AnnotationValue annotationValue)
annotationValue - the @Contact annotationpublic static org.eclipse.microprofile.openapi.models.info.Contact readContact(com.fasterxml.jackson.databind.JsonNode node)
Contact OpenAPI node.node - the json nodeCopyright © 2018–2021. All rights reserved.