private static class BaseMethod.Resolved extends java.lang.Object implements BaseMethod.State
Modifier and Type | Field and Description |
---|---|
private static BaseMethod.State |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
Resolved() |
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) throws java.lang.reflect.InvocationTargetException
invoke
in interface BaseMethod.State
java.lang.reflect.InvocationTargetException
public <P,T> boolean methodExists(BaseMethod<P,T> baseMethod, SimpleLogger logger)
methodExists
in interface BaseMethod.State