Class BaseMethod.NotApplicable
- java.lang.Object
-
- org.apache.felix.scr.impl.inject.methods.BaseMethod.NotApplicable
-
- All Implemented Interfaces:
BaseMethod.State
- Enclosing class:
- BaseMethod<P extends BaseParameter,T>
private static class BaseMethod.NotApplicable extends java.lang.Object implements BaseMethod.State
-
-
Field Summary
Fields Modifier and Type Field Description private static BaseMethod.State
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
NotApplicable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <P extends BaseParameter,T>
MethodResultinvoke(BaseMethod<P,T> baseMethod, java.lang.Object componentInstance, P rawParameter)
<P extends BaseParameter,T>
booleanmethodExists(BaseMethod<P,T> baseMethod, ComponentLogger logger)
-
-
-
Field Detail
-
INSTANCE
private static final BaseMethod.State INSTANCE
-
-
Method Detail
-
invoke
public <P extends BaseParameter,T> MethodResult invoke(BaseMethod<P,T> baseMethod, java.lang.Object componentInstance, P rawParameter)
- Specified by:
invoke
in interfaceBaseMethod.State
-
methodExists
public <P extends BaseParameter,T> boolean methodExists(BaseMethod<P,T> baseMethod, ComponentLogger logger)
- Specified by:
methodExists
in interfaceBaseMethod.State
-
-