Uses of Interface
io.avaje.jex.Routing.Service
| Package | Description |
|---|---|
| io.avaje.jex |
-
Uses of Routing.Service in io.avaje.jex
Methods in io.avaje.jex with parameters of type Routing.Service Modifier and Type Method Description RoutingRouting. add(Routing.Service routes)Add the routes provided by the Routing Service.JexJex. routing(Routing.Service routes)Add routes and handlers to the routing.Method parameters in io.avaje.jex with type arguments of type Routing.Service Modifier and Type Method Description RoutingRouting. addAll(Collection<Routing.Service> routes)Add all the routes provided by the Routing Services.JexJex. routing(Collection<Routing.Service> routes)Add many routes and handlers to the routing.