Class OpenApiDocumentService
java.lang.Object
io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService
Loads the document and make it available
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classGenerate the document on every request by re-running user-provided OASFilters.(package private) static class(package private) static classGenerate the document once on creation. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getDocument(String documentName, io.smallrye.openapi.runtime.io.Format format) (package private) voidprepareDocument(AutoSecurityFilter autoSecurityFilter, List<String> runtimeFilters, String documentName)
-
Field Details
-
config
@Inject org.eclipse.microprofile.config.Config config
-
-
Constructor Details
-
OpenApiDocumentService
public OpenApiDocumentService()
-
-
Method Details
-
prepareDocument
void prepareDocument(AutoSecurityFilter autoSecurityFilter, List<String> runtimeFilters, String documentName) -
getDocument
-