|
Silk DI 0.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectse.jbee.inject.bootstrap.SuppliedBy.ArrayBridgeSupplier<T>
public abstract static class SuppliedBy.ArrayBridgeSupplier<T>
| Constructor Summary | |
|---|---|
SuppliedBy.ArrayBridgeSupplier()
|
|
| Method Summary | ||
|---|---|---|
(package private) abstract
|
bridge(E[] elements)
|
|
T |
supply(Dependency<? super T> dependency,
Injector injector)
This Supplier is asked to supply the instance that should be used the given
Dependency. |
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
SuppliedBy.ArrayBridgeSupplier()
| Method Detail |
|---|
public final T supply(Dependency<? super T> dependency,
Injector injector)
SupplierSupplier is asked to supply the instance that should be used the given
Dependency.
supply in interface Supplier<T>injector - The Injector is used to resolve Dependencys during a possible
object creation of the returned instance.
abstract <E> T bridge(E[] elements)
|
Silk DI 0.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||