Uses of Interface
io.avaje.jex.Routing.Service
Packages that use Routing.Service
-
Uses of Routing.Service in io.avaje.jex
Methods in io.avaje.jex with parameters of type Routing.ServiceModifier and TypeMethodDescriptionRouting.add(Routing.Service routes) Add the routes provided by the Routing Service.Jex.routing(Routing.Service routes) Add routes and handlers to the routing.Method parameters in io.avaje.jex with type arguments of type Routing.ServiceModifier and TypeMethodDescriptionRouting.addAll(Collection<Routing.Service> routes) Add all the routes provided by the Routing Services.Jex.routing(Collection<Routing.Service> routes) Add many routes and handlers to the routing.