| org.eclipse.sisu.wire.WireModule.Strategy |
Known Indirect Subclasses
|
Wiring strategy.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final WireModule.Strategy | DEFAULT | Default wiring strategy; route all unresolved dependencies to the BeanLocator. |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Wiring |
wiring(Binder binder)
Selects the
Wiring to be used for the given Binder. | ||||||||||
Default wiring strategy; route all unresolved dependencies to the BeanLocator.
Selects the Wiring to be used for the given Binder.
| binder | The binder |
|---|