Registry / web-framework / quarkus-smallrye-openapi

quarkus-smallrye-openapi

JSON →
library3.35.1javamavenunverified

Quarkus extension for documenting REST APIs with OpenAPI and providing Swagger UI.

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-openapi</artifactId> <version>3.35.1</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-SMALLRYE-O
Q
quarkus-smallrye-openapi
web-frameworkjavav3.35.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Operation
org.eclipse.microprofile.openapi.annotations.Operation

Annotate a REST endpoint with OpenAPI documentation.

import org.eclipse.microprofile.openapi.annotations.Operation; import javax.ws.rs.GET; import javax.ws.rs.Path; @Path("/hello") public class HelloResource { @GET @Operation(summary = "Say hello", description = "Returns a greeting") public String hello() { return "Hello, Quarkus!"; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.35.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources