Interface SpaceModule.Strategy

All Known Implementing Classes:
SisuExtensions
Enclosing class:
SpaceModule

public static interface SpaceModule.Strategy
Visitor strategy.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Default visitor strategy; scan and bind implementations with Qualifiers.
  • Method Summary

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

    • DEFAULT

      static final SpaceModule.Strategy DEFAULT
      Default visitor strategy; scan and bind implementations with Qualifiers.
  • Method Details

    • visitor

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