Class FieldHandler.NotFound
- java.lang.Object
-
- org.apache.felix.scr.impl.inject.field.FieldHandler.NotFound
-
- All Implemented Interfaces:
FieldHandler.State
- Enclosing class:
- FieldHandler
private static class FieldHandler.NotFound extends java.lang.Object implements FieldHandler.State
Final state of field couldn't be found or errors occurred.
-
-
Field Summary
Fields Modifier and Type Field Description private static FieldHandler.State
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
NotFound()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
fieldExists(FieldHandler handler, ComponentLogger logger)
MethodResult
invoke(FieldHandler handler, FieldHandler.METHOD_TYPE mType, java.lang.Object componentInstance, BindParameters rawParameter)
-
-
-
Field Detail
-
INSTANCE
private static final FieldHandler.State INSTANCE
-
-
Method Detail
-
invoke
public MethodResult invoke(FieldHandler handler, FieldHandler.METHOD_TYPE mType, java.lang.Object componentInstance, BindParameters rawParameter)
- Specified by:
invoke
in interfaceFieldHandler.State
-
fieldExists
public boolean fieldExists(FieldHandler handler, ComponentLogger logger)
- Specified by:
fieldExists
in interfaceFieldHandler.State
-
-