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 Wiring
SisuExtensions. wiring(com.google.inject.Binder binder)
WireModule
strategy that letsMETA-INF/services/org.eclipse.sisu.wire.Wiring
extensions 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 class
LocatorWiring
AddsBeanLocator
-backed bindings for unresolved bean dependencies.Methods in org.eclipse.sisu.wire that return Wiring Modifier and Type Method Description Wiring
WireModule.Strategy. wiring(com.google.inject.Binder binder)
Selects theWiring
to be used for the givenBinder
.
-