public interface

Wiring

org.eclipse.sisu.wire.Wiring
Known Indirect Subclasses

Class Overview

Something that can supply bindings for unresolved dependency Keys.

Summary

Public Methods
abstract boolean wire(Key<?> key)
Attempts to satisfy the given dependency by applying a local binding.

Public Methods

public abstract boolean wire (Key<?> key)

Attempts to satisfy the given dependency by applying a local binding.

Parameters
key The dependency key
Returns
  • true if the wiring succeeded; otherwise false