Uses of Class
aQute.lib.inject.Injector.Target
-
Packages that use Injector.Target Package Description aQute.lib.inject -
-
Uses of Injector.Target in aQute.lib.inject
Fields in aQute.lib.inject with type parameters of type Injector.Target Modifier and Type Field Description (package private) java.util.function.Function<Injector.Target<T>,java.lang.Object>
Injector. domain
Methods in aQute.lib.inject with parameters of type Injector.Target Modifier and Type Method Description private java.lang.Object
Injector. getValue(Injector.Target<T> param)
private java.lang.Object[]
Injector. invoke(java.lang.Object target, Injector.Target<T> param, java.lang.reflect.Executable method)
Constructor parameters in aQute.lib.inject with type arguments of type Injector.Target Constructor Description Injector(Converter converter, java.util.function.Function<Injector.Target<T>,java.lang.Object> domain, java.lang.Class<T> annotation)
Create a new InjectorInjector(java.util.function.Function<Injector.Target<T>,java.lang.Object> domain, java.lang.Class<T> annotation)
Create a new Injector with a default converter
-