Uses of Class
org.apache.felix.scr.impl.inject.field.FieldUtils.FieldSearchResult
Packages that use FieldUtils.FieldSearchResult
-
Uses of FieldUtils.FieldSearchResult in org.apache.felix.scr.impl.inject.field
Methods in org.apache.felix.scr.impl.inject.field that return FieldUtils.FieldSearchResultModifier and TypeMethodDescriptionprivate static FieldUtils.FieldSearchResult
FieldUtils.accept
(Class<?> componentClass, 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
(Class<?> componentClass, Class<?> targetClass, String fieldName, boolean acceptPrivate, boolean acceptPackage, ComponentLogger logger) Finds the field namedfieldName
field in the giventargetClass
.static FieldUtils.FieldSearchResult
FieldUtils.searchField
(Class<?> componentClass, String fieldName, ComponentLogger logger) Searches the field namedfieldName
in the giventargetClass
.Methods in org.apache.felix.scr.impl.inject.field with parameters of type FieldUtils.FieldSearchResultModifier and TypeMethodDescription(package private) void
FieldHandler.setSearchResult
(FieldUtils.FieldSearchResult result, ComponentLogger logger)