Class SwaggerUIHttpServerHandler
java.lang.Object
ru.tinkoff.kora.openapi.management.SwaggerUIHttpServerHandler
- All Implemented Interfaces:
ru.tinkoff.kora.http.server.common.handler.HttpServerRequestHandler.HandlerFunction
public final class SwaggerUIHttpServerHandler
extends Object
implements ru.tinkoff.kora.http.server.common.handler.HttpServerRequestHandler.HandlerFunction
-
Constructor Summary
ConstructorsConstructorDescriptionSwaggerUIHttpServerHandler(String openapiPath, String swaggeruiPath, List<String> openapiFiles) -
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<ru.tinkoff.kora.http.server.common.HttpServerResponse>apply(ru.tinkoff.kora.common.Context context, ru.tinkoff.kora.http.server.common.HttpServerRequest request)
-
Constructor Details
-
SwaggerUIHttpServerHandler
-
-
Method Details
-
apply
public CompletionStage<ru.tinkoff.kora.http.server.common.HttpServerResponse> apply(ru.tinkoff.kora.common.Context context, ru.tinkoff.kora.http.server.common.HttpServerRequest request) - Specified by:
applyin interfaceru.tinkoff.kora.http.server.common.handler.HttpServerRequestHandler.HandlerFunction
-