Interface Wiring

  • All Known Implementing Classes:
    LocatorWiring

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

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

      • 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