Class InjectorBindings

java.lang.Object
org.eclipse.sisu.inject.InjectorBindings
All Implemented Interfaces:
BindingPublisher

public final class InjectorBindings extends Object implements BindingPublisher
Publisher of Bindings from a single Injector; ranked according to a given RankingFunction.
  • Constructor Details

    • InjectorBindings

      public InjectorBindings(com.google.inject.Injector injector, RankingFunction function)
    • InjectorBindings

      public InjectorBindings(com.google.inject.Injector injector)
  • Method Details