private static class BaseMethod.NotFound extends java.lang.Object implements BaseMethod.State
| Modifier and Type | Field and Description |
|---|---|
private static BaseMethod.State |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
NotFound() |
| Modifier and Type | Method and Description |
|---|---|
<P extends BaseParameter,T> |
invoke(BaseMethod<P,T> baseMethod,
java.lang.Object componentInstance,
P rawParameter) |
<P extends BaseParameter,T> |
methodExists(BaseMethod<P,T> baseMethod,
ComponentLogger logger) |
private static final BaseMethod.State INSTANCE
public <P extends BaseParameter,T> MethodResult invoke(BaseMethod<P,T> baseMethod, java.lang.Object componentInstance, P rawParameter)
invoke in interface BaseMethod.Statepublic <P extends BaseParameter,T> boolean methodExists(BaseMethod<P,T> baseMethod, ComponentLogger logger)
methodExists in interface BaseMethod.State