Class OpenApiDocumentService.DynamicDocument

java.lang.Object
io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService.DynamicDocument
All Implemented Interfaces:
OpenApiDocumentHolder
Enclosing class:
OpenApiDocumentService

static class OpenApiDocumentService.DynamicDocument extends Object implements OpenApiDocumentHolder
Generate the document on every request.
  • Constructor Details

    • DynamicDocument

      DynamicDocument(org.eclipse.microprofile.config.Config config, org.eclipse.microprofile.openapi.OASFilter autoFilter, List<String> annotatedUserFilters)
  • Method Details