@ApplicationScoped public class OpenApiDocumentService extends Object
| Constructor and Description |
|---|
OpenApiDocumentService() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
create() |
byte[] |
getDocument(io.smallrye.openapi.runtime.io.Format format) |
byte[] |
getJsonDocument() |
byte[] |
getYamlDocument() |
@PostConstruct void create() throws IOException
IOExceptionpublic byte[] getJsonDocument()
public byte[] getYamlDocument()
public byte[] getDocument(io.smallrye.openapi.runtime.io.Format format)
Copyright © 2021 JBoss by Red Hat. All rights reserved.