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