OpenAPI Java
JVM since1.0.0 Native since1.0.0
Expose OpenAPI resources defined in Camel REST DSL
Maven coordinates
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-openapi-java</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Usage
You can use this extension to expose REST DSL services to Quarkus OpenAPI. With quarkus-smallrye-openapi
, you can access them by /q/openapi?format=json
.
Refer to the Quarkus OpenAPI guide for further information.
This is an experimental feature. You can enable it by
quarkus.camel.openapi.expose.enabled=true
It’s the user’s responsibility to use It doesn’t support the rest services used in |
Additional Camel Quarkus configuration
Configuration property | Type | Default |
---|---|---|
Expose the Camel REST DSL services to quarkus openapi at build time if 'quarkus.smallrye-openapi' is available. |
|
|
Configuration property fixed at build time. All other configuration properties are overridable at runtime.