Package | Description |
---|---|
org.apache.felix.scr.impl.inject.field |
Modifier and Type | Method and Description |
---|---|
private static FieldUtils.FieldSearchResult |
FieldUtils.accept(java.lang.Class<?> componentClass,
java.lang.reflect.Field field,
boolean acceptPrivate,
boolean acceptPackage,
ComponentLogger logger)
This method checks whether the found field is acceptable (= usable)
for the component instance.
|
private static FieldUtils.FieldSearchResult |
FieldUtils.getField(java.lang.Class<?> componentClass,
java.lang.Class<?> targetClass,
java.lang.String fieldName,
boolean acceptPrivate,
boolean acceptPackage,
ComponentLogger logger)
Finds the field named
fieldName field in the given
targetClass . |
static FieldUtils.FieldSearchResult |
FieldUtils.searchField(java.lang.Class<?> componentClass,
java.lang.String fieldName,
ComponentLogger logger)
Searches the field named
fieldName in the given
targetClass . |
Modifier and Type | Method and Description |
---|---|
(package private) void |
FieldHandler.setSearchResult(FieldUtils.FieldSearchResult result,
ComponentLogger logger) |