Class ComponentsReader

    • Method Detail

      • readComponents

        public static org.eclipse.microprofile.openapi.models.Components readComponents​(AnnotationScannerContext context,
                                                                                        org.jboss.jandex.AnnotationValue annotationValue)
        Reads any Components annotations.
        Parameters:
        context - the scanning context
        annotationValue - the @Components annotation
        Returns:
        Components model
      • readComponents

        public static org.eclipse.microprofile.openapi.models.Components readComponents​(com.fasterxml.jackson.databind.JsonNode node)
        Reads the Components OpenAPI nodes.
        Parameters:
        node - the json node
        Returns:
        Components model