Uses of Class
ninja.utils.MethodReference
-
Packages that use MethodReference Package Description ninja -
-
Uses of MethodReference in ninja
Methods in ninja with parameters of type MethodReference Modifier and Type Method Description StringRouter. getReverseRoute(MethodReference controllerMethodRef)Deprecated.Reverse routing in the Router is not validated and does not URL-escape path or query parameters.StringRouter. getReverseRoute(MethodReference controllerMethodRef, Object... parameterMap)Deprecated.Reverse routing in the Router is not validated and does not URL-escape path or query parameters.StringRouter. getReverseRoute(MethodReference controllerMethodRef, Map<String,Object> parameterMap)Deprecated.Reverse routing in the Router is not validated and does not URL-escape path or query parameters.StringRouter. getReverseRoute(MethodReference controllerMethodRef, Optional<Map<String,Object>> parameterMap)Deprecated.Reverse routing in the Router is not validated and does not URL-escape path or query parameters.StringRouterImpl. getReverseRoute(MethodReference controllerMethodRef)StringRouterImpl. getReverseRoute(MethodReference controllerMethodRef, Object... parameterMap)StringRouterImpl. getReverseRoute(MethodReference controllerMethodRef, Map<String,Object> parameterMap)StringRouterImpl. getReverseRoute(MethodReference controllerMethodRef, Optional<Map<String,Object>> parameterMap)ReverseRouter.BuilderReverseRouter. with(MethodReference methodRef)Retrieves a the reverse route for the method reference (e.g.voidRouteBuilder. with(MethodReference controllerMethodRef)Deprecated.voidRouteBuilderImpl. with(MethodReference methodRef)Deprecated.
-