Uses of Interface
org.eclipse.sisu.wire.WireModule.Strategy
Packages that use WireModule.Strategy
Package
Description
Utilities to test, launch, and extend Sisu applications.
Customizable wiring of unresolved dependencies.
-
Uses of WireModule.Strategy in org.eclipse.sisu.launch
Classes in org.eclipse.sisu.launch that implement WireModule.StrategyModifier and TypeClassDescriptionfinal classSPI mechanism for discoveringModuleandStrategyextensions. -
Uses of WireModule.Strategy in org.eclipse.sisu.wire
Fields in org.eclipse.sisu.wire declared as WireModule.StrategyModifier and TypeFieldDescriptionstatic final WireModule.StrategyWireModule.Strategy.DEFAULTDefault wiring strategy; route all unresolved dependencies to theBeanLocator.Methods in org.eclipse.sisu.wire with parameters of type WireModule.StrategyModifier and TypeMethodDescriptioncom.google.inject.ModuleChildWireModule.with(WireModule.Strategy _strategy) Applies a new wiringWireModule.Strategyto the current module.com.google.inject.ModuleWireModule.with(WireModule.Strategy _strategy) Applies a new wiringWireModule.Strategyto the current module.