public class ComponentsReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.microprofile.openapi.models.Components |
readComponents(AnnotationScannerContext context,
org.jboss.jandex.AnnotationValue annotationValue)
Reads any Components annotations.
|
static org.eclipse.microprofile.openapi.models.Components |
readComponents(com.fasterxml.jackson.databind.JsonNode node)
Reads the
Components OpenAPI nodes. |
public static org.eclipse.microprofile.openapi.models.Components readComponents(AnnotationScannerContext context, org.jboss.jandex.AnnotationValue annotationValue)
context - the scanning contextannotationValue - the @Components annotationpublic static org.eclipse.microprofile.openapi.models.Components readComponents(com.fasterxml.jackson.databind.JsonNode node)
Components OpenAPI nodes.node - the json nodeCopyright © 2018–2021. All rights reserved.