public interface RouterGroup<M> extends Router
| 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 © 2023 flmelody. All rights reserved.