public class SecuritySchemeReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<org.jboss.jandex.AnnotationInstance> |
getSecuritySchemeAnnotations(org.jboss.jandex.AnnotationTarget target) |
static String |
getSecuritySchemeName(org.jboss.jandex.AnnotationInstance annotation) |
static org.eclipse.microprofile.openapi.models.security.SecurityScheme |
readSecurityScheme(AnnotationScannerContext context,
org.jboss.jandex.AnnotationInstance annotationInstance)
Reads a SecurityScheme annotation into a model.
|
static Map<String,org.eclipse.microprofile.openapi.models.security.SecurityScheme> |
readSecuritySchemes(AnnotationScannerContext context,
org.jboss.jandex.AnnotationValue annotationValue)
Reads a map of SecurityScheme annotations.
|
static Map<String,org.eclipse.microprofile.openapi.models.security.SecurityScheme> |
readSecuritySchemes(com.fasterxml.jackson.databind.JsonNode node)
Reads the
SecurityScheme OpenAPI nodes. |
public static Map<String,org.eclipse.microprofile.openapi.models.security.SecurityScheme> readSecuritySchemes(AnnotationScannerContext context, org.jboss.jandex.AnnotationValue annotationValue)
context - scanning contextannotationValue - Map of @SecurityScheme annotationspublic static Map<String,org.eclipse.microprofile.openapi.models.security.SecurityScheme> readSecuritySchemes(com.fasterxml.jackson.databind.JsonNode node)
SecurityScheme OpenAPI nodes.node - map of json objectspublic static org.eclipse.microprofile.openapi.models.security.SecurityScheme readSecurityScheme(AnnotationScannerContext context, org.jboss.jandex.AnnotationInstance annotationInstance)
context - scanning contextannotationInstance - the @SecurityScheme annotationpublic static List<org.jboss.jandex.AnnotationInstance> getSecuritySchemeAnnotations(org.jboss.jandex.AnnotationTarget target)
public static String getSecuritySchemeName(org.jboss.jandex.AnnotationInstance annotation)
Copyright © 2018–2021. All rights reserved.