Uses of Interface
org.eclipse.sisu.wire.Wiring
-
Packages that use Wiring Package Description org.eclipse.sisu.launch Utilities to test, launch, and extend Sisu applications.org.eclipse.sisu.wire Customizable wiring of unresolved dependencies. -
-
Uses of Wiring in org.eclipse.sisu.launch
Methods in org.eclipse.sisu.launch that return Wiring Modifier and Type Method Description WiringSisuExtensions. wiring(com.google.inject.Binder binder)WireModulestrategy that letsMETA-INF/services/org.eclipse.sisu.wire.Wiringextensions override the default wiring. -
Uses of Wiring in org.eclipse.sisu.wire
Classes in org.eclipse.sisu.wire that implement Wiring Modifier and Type Class Description classLocatorWiringAddsBeanLocator-backed bindings for unresolved bean dependencies.Methods in org.eclipse.sisu.wire that return Wiring Modifier and Type Method Description WiringWireModule.Strategy. wiring(com.google.inject.Binder binder)Selects theWiringto be used for the givenBinder.
-