Uses of Class
tech.greenfield.vertx.irked.exceptions.InvalidRouteConfiguration
-
Packages that use InvalidRouteConfiguration Package Description tech.greenfield.vertx.irked -
-
Uses of InvalidRouteConfiguration in tech.greenfield.vertx.irked
Methods in tech.greenfield.vertx.irked that throw InvalidRouteConfiguration Modifier and Type Method Description <T extends Annotation>
List<io.vertx.ext.web.Route>RouteConfiguration. buildRoutesFor(String prefix, Class<T> anot, tech.greenfield.vertx.irked.Router.RoutingMethod method, RequestWrapper requestWrapper)RouterRouter. configure(Controller api)RouterRouter. configure(Controller api, String path)io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>Irked. setupRequestHandler(Controller... apis)Create an HTTP request handler, that can be used inHttpServer.requestHandler(), with the provided set of APIs configuredRouterRouter. with(Controller api)RouterRouter. with(Controller api, String path)Constructors in tech.greenfield.vertx.irked that throw InvalidRouteConfiguration Constructor Description RouteConfigurationMethod(Controller impl, Router router, Method m)
-