public static interface

WireModule.Strategy

org.eclipse.sisu.wire.WireModule.Strategy
Known Indirect Subclasses

Class Overview

Wiring strategy.

Summary

Fields
public static final WireModule.Strategy DEFAULT Default wiring strategy; route all unresolved dependencies to the BeanLocator.
Public Methods
abstract Wiring wiring(Binder binder)
Selects the Wiring to be used for the given Binder.

Fields

public static final WireModule.Strategy DEFAULT

Default wiring strategy; route all unresolved dependencies to the BeanLocator.

Public Methods

public abstract Wiring wiring (Binder binder)

Selects the Wiring to be used for the given Binder.

Parameters
binder The binder
Returns
  • Selected wiring