public final class

ChildWireModule

extends Object
implements Module
java.lang.Object
   ↳ org.eclipse.sisu.wire.ChildWireModule

Class Overview

Child WireModule that avoids wiring dependencies that already exist in a parent Injector.

Summary

Public Constructors
ChildWireModule(Injector parent, Module... modules)
ChildWireModule(Injector parent, Iterable<Module> modules)
Public Methods
void configure(Binder binder)
Module with(WireModule.Strategy _strategy)
Applies a new wiring WireModule.Strategy to the current module.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.inject.Module

Public Constructors

public ChildWireModule (Injector parent, Module... modules)

public ChildWireModule (Injector parent, Iterable<Module> modules)

Public Methods

public void configure (Binder binder)

public Module with (WireModule.Strategy _strategy)

Applies a new wiring WireModule.Strategy to the current module.

Parameters
_strategy The new strategy
Returns
  • Updated module