Class OpenApiDocumentService

java.lang.Object
io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService

@ApplicationScoped public class OpenApiDocumentService extends Object
Loads the document and make it available
  • Constructor Details

    • OpenApiDocumentService

      @Inject public OpenApiDocumentService(org.eclipse.microprofile.openapi.OASFilter autoSecurityFilter, OpenApiRecorder.UserDefinedRuntimeFilters runtimeFilters, org.eclipse.microprofile.config.Config config)
  • Method Details

    • getDocument

      byte[] getDocument(io.smallrye.openapi.runtime.io.Format format)