Class RapidocHttpServerHandler
java.lang.Object
ru.tinkoff.kora.openapi.management.RapidocHttpServerHandler
- All Implemented Interfaces:
ru.tinkoff.kora.http.server.common.handler.HttpServerRequestHandler.HandlerFunction
public final class RapidocHttpServerHandler
extends Object
implements ru.tinkoff.kora.http.server.common.handler.HttpServerRequestHandler.HandlerFunction
-
Constructor Summary
ConstructorsConstructorDescriptionRapidocHttpServerHandler(String openapiPath, String rapidocPath, 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
-
RapidocHttpServerHandler
-
-
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
-