public class LambdaRoute extends Object
| Constructor and Description |
|---|
LambdaRoute(Method functionalMethod,
Method implementationMethod,
Object targetObject) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getFunctionalMethod() |
Optional<Method> |
getImplementationMethod() |
Optional<Object> |
getTargetObject() |
static LambdaRoute |
resolve(ControllerMethods.ControllerMethod controllerMethod) |
public Method getFunctionalMethod()
public static LambdaRoute resolve(ControllerMethods.ControllerMethod controllerMethod)
Copyright © 2019 ninjaframework. All rights reserved.