We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Goal :
On AbstractRoutes class :
public Set<Class<? extends StaticRoute<?>>> getStaticNestedRoutes()
public Set<Class<? extends DynamicRoute<?>>> getDynamicNestedRoutes()
getOutletRoute
getOutletRoute should :
The text was updated successfully, but these errors were encountered:
When branches are created from issues, their pull requests are automatically linked.
Goal :
On AbstractRoutes class :
public Set<Class<? extends StaticRoute<?>>> getStaticNestedRoutes()
to get all static routes in the package folderpublic Set<Class<? extends DynamicRoute<?>>> getDynamicNestedRoutes()
to get all dynamic routes in the package foldergetOutletRoute
to handle these two functiongetOutletRoute
should :The text was updated successfully, but these errors were encountered: