Package ninja.utils
Class LambdaRoute
- java.lang.Object
-
- ninja.utils.LambdaRoute
-
public class LambdaRoute extends Object
-
-
Constructor Summary
Constructors Constructor Description LambdaRoute(Method functionalMethod, Method implementationMethod, Object targetObject)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodgetFunctionalMethod()Optional<Method>getImplementationMethod()Optional<Object>getTargetObject()static LambdaRouteresolve(ControllerMethods.ControllerMethod controllerMethod)
-
-
-
Method Detail
-
getFunctionalMethod
public Method getFunctionalMethod()
-
resolve
public static LambdaRoute resolve(ControllerMethods.ControllerMethod controllerMethod)
-
-