Module io.inverno.mod.web.server
Package io.inverno.mod.web.server
Interface WebRoutesConfigurer<A extends ExchangeContext>
- Type Parameters:
A
- the type of the exchange context
- All Known Implementing Classes:
OpenApiRoutesConfigurer
,WebJarsRoutesConfigurer
public interface WebRoutesConfigurer<A extends ExchangeContext>
A configurer used to configure routes in a Web router.
- Since:
- 1.3
- Author:
- Jeremy Kuhn
- See Also:
-
Method Summary
-
Method Details
-
configure
Configures routes.
- Parameters:
routes
- the web routable to configure
-