Package dagger.model

Class Key.MultibindingContributionIdentifier

java.lang.Object
dagger.model.Key.MultibindingContributionIdentifier
Enclosing class:
Key

public static final class Key.MultibindingContributionIdentifier extends Object
An object that identifies a multibinding contribution method and the module class that contributes it to the graph.
See Also:
  • Constructor Details

    • MultibindingContributionIdentifier

      @Deprecated public MultibindingContributionIdentifier(ExecutableElement bindingMethod, TypeElement contributingModule)
      Deprecated.
      This is only meant to be called from code in dagger.internal.codegen. It is not part of a specified API and may change at any point.
    • MultibindingContributionIdentifier

      @Deprecated public MultibindingContributionIdentifier(String bindingElement, String module)
      Deprecated.
  • Method Details

    • module

      @Deprecated public String module()
      Deprecated.
      This is only meant to be called from code in dagger.internal.codegen. It is not part of a specified API and may change at any point.
    • bindingElement

      @Deprecated public String bindingElement()
      Deprecated.
      This is only meant to be called from code in dagger.internal.codegen. It is not part of a specified API and may change at any point.
    • toString

      public String toString()

      The returned string is human-readable and distinguishes the keys in the same way as the whole object.

      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object