Interface Route
-
Method Details
-
of
-
path
String path() -
methods
Set<HttpMethod> methods() -
pathMatcher
PathMatcher pathMatcher() -
methodMatcher
MethodMatcher methodMatcher() -
order
int order() -
handler
Consumer<RoutingContext> handler()
-