Interface WireModule.Strategy

All Known Implementing Classes:
SisuExtensions
Enclosing class:
WireModule

public static interface WireModule.Strategy
Wiring strategy.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final WireModule.Strategy
    Default wiring strategy; route all unresolved dependencies to the BeanLocator.
  • Method Summary

    Modifier and Type
    Method
    Description
    wiring(com.google.inject.Binder binder)
    Selects the Wiring to be used for the given Binder.
  • Field Details

  • Method Details

    • wiring

      Wiring wiring(com.google.inject.Binder binder)
      Selects the Wiring to be used for the given Binder.
      Parameters:
      binder - The binder
      Returns:
      Selected wiring