Interface Wiring

All Known Implementing Classes:
LocatorWiring

public interface Wiring
Something that can supply bindings for unresolved dependency Keys.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    wire(com.google.inject.Key<?> key)
    Attempts to satisfy the given dependency by applying a local binding.
  • Method Details

    • wire

      boolean wire(com.google.inject.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