Class LinkReader
- java.lang.Object
-
- io.smallrye.openapi.runtime.io.link.LinkReader
-
public class LinkReader extends Object
Reading the Link annotation and json- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
- linkObject
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,org.eclipse.microprofile.openapi.models.links.Link>readLinks(com.fasterxml.jackson.databind.JsonNode node)Reads theLinkOpenAPI nodes.static Map<String,org.eclipse.microprofile.openapi.models.links.Link>readLinks(AnnotationScannerContext context, org.jboss.jandex.AnnotationValue annotationValue)Reads Link annotations
-
-
-
Method Detail
-
readLinks
public static Map<String,org.eclipse.microprofile.openapi.models.links.Link> readLinks(AnnotationScannerContext context, org.jboss.jandex.AnnotationValue annotationValue)
Reads Link annotations- Parameters:
annotationValue- map of @Link annotations- Returns:
- Map of Link model
-
-