Uses of Interface
ninja.ControllerMethods.ControllerMethod
-
Packages that use ControllerMethods.ControllerMethod Package Description ninja ninja.utils -
-
Uses of ControllerMethods.ControllerMethod in ninja
Subinterfaces of ControllerMethods.ControllerMethod in ninja Modifier and Type Interface Description static interface
ControllerMethods.ControllerMethod0
static interface
ControllerMethods.ControllerMethod1<A>
static interface
ControllerMethods.ControllerMethod10<A,B,C,D,E,F,G,H,I,J>
static interface
ControllerMethods.ControllerMethod11<A,B,C,D,E,F,G,H,I,J,K>
static interface
ControllerMethods.ControllerMethod12<A,B,C,D,E,F,G,H,I,J,K,L>
static interface
ControllerMethods.ControllerMethod13<A,B,C,D,E,F,G,H,I,J,K,L,M>
static interface
ControllerMethods.ControllerMethod14<A,B,C,D,E,F,G,H,I,J,K,L,M,N>
static interface
ControllerMethods.ControllerMethod15<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O>
static interface
ControllerMethods.ControllerMethod2<A,B>
static interface
ControllerMethods.ControllerMethod3<A,B,C>
static interface
ControllerMethods.ControllerMethod4<A,B,C,D>
static interface
ControllerMethods.ControllerMethod5<A,B,C,D,E>
static interface
ControllerMethods.ControllerMethod6<A,B,C,D,E,F>
static interface
ControllerMethods.ControllerMethod7<A,B,C,D,E,F,G>
static interface
ControllerMethods.ControllerMethod8<A,B,C,D,E,F,G,H>
static interface
ControllerMethods.ControllerMethod9<A,B,C,D,E,F,G,H,I>
Methods in ninja with parameters of type ControllerMethods.ControllerMethod Modifier and Type Method Description ReverseRouter.Builder
ReverseRouter. with(ControllerMethods.ControllerMethod controllerMethod)
Retrieves a the reverse route for a method referenced with Java-8 lambdas (functional method references).Void
RouteBuilderImpl. with(ControllerMethods.ControllerMethod controllerMethod)
T
WithControllerMethod. with(ControllerMethods.ControllerMethod controllerMethod)
-
Uses of ControllerMethods.ControllerMethod in ninja.utils
Methods in ninja.utils with parameters of type ControllerMethods.ControllerMethod Modifier and Type Method Description static LambdaRoute
LambdaRoute. resolve(ControllerMethods.ControllerMethod controllerMethod)
-