public interface ControllerRouteFactory
Route for a Controller's method.| Modifier and Type | Method and Description |
|---|---|
Route |
createRoute(java.lang.String requestMethod,
java.lang.String uriPattern,
java.lang.reflect.Method controllerMethod) |
Route createRoute(java.lang.String requestMethod, java.lang.String uriPattern, java.lang.reflect.Method controllerMethod)
Copyright © 2023. All rights reserved.