Package org.eclipse.sisu.wire
Interface WireModule.Strategy
- All Known Implementing Classes:
SisuExtensions
- Enclosing class:
WireModule
public static interface WireModule.Strategy
Wiring strategy.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WireModule.Strategy
Default wiring strategy; route all unresolved dependencies to theBeanLocator
. -
Method Summary
-
Field Details
-
DEFAULT
Default wiring strategy; route all unresolved dependencies to theBeanLocator
.
-
-
Method Details
-
wiring
Selects theWiring
to be used for the givenBinder
.- Parameters:
binder
- The binder- Returns:
- Selected wiring
-