| Package | Description |
|---|---|
| aQute.bnd.help | |
| aQute.bnd.osgi | |
| aQute.bnd.osgi.resource | |
| aQute.lib.converter | |
| aQute.lib.inject |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
SpecialConverter
Special handling of the instruction types like Parameters, Attrs, and the
type safe interfaces related to this.
|
| Modifier and Type | Field and Description |
|---|---|
private static Converter |
Annotation.CONVERTER |
| Modifier and Type | Field and Description |
|---|---|
private static Converter |
ResourceUtils.cnv |
| Modifier and Type | Method and Description |
|---|---|
Converter |
Converter.hook(java.lang.reflect.Type type,
Converter.Hook hook) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Converter |
Injector.converter |
| Constructor and Description |
|---|
Injector(Converter converter,
java.util.function.Function<Injector.Target<T>,java.lang.Object> domain,
java.lang.Class<T> annotation)
Create a new Injector
|