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