public interface RouterGroup<M> extends Router<RouterGroup<M>>
| Modifier and Type | Method and Description |
|---|---|
M |
end()
Return this groups manager, so that we can bind more routers of root
|
<R> R |
matchRouter(String relativePath,
String method)
Find out matched router function
|
<R> R matchRouter(String relativePath, String method)
R - router typerelativePath - relativePathmethod - methodM end()
Copyright © 2024 flmelody. All rights reserved.