Package io.quarkus.swaggerui.runtime
Class SwaggerUiRecorder
- java.lang.Object
-
- io.quarkus.swaggerui.runtime.SwaggerUiRecorder
-
public class SwaggerUiRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description SwaggerUiRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
handler(String swaggerUiFinalDestination, String swaggerUiPath, SwaggerUiRuntimeConfig runtimeConfig)
-
-
-
Method Detail
-
handler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler(String swaggerUiFinalDestination, String swaggerUiPath, SwaggerUiRuntimeConfig runtimeConfig)
-
-