public static class Router.RouteDocumentation
extends java.lang.Object
| Constructor and Description |
|---|
RouteDocumentation(java.lang.String httpMethod,
java.lang.String pathPattern,
java.lang.String controllerMethodInvocation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getControllerMethodInvocation() |
java.lang.String |
getHttpMethod() |
java.lang.String |
getPathPattern() |