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