Package dagger.model
Class Key.MultibindingContributionIdentifier
- java.lang.Object
-
- dagger.model.Key.MultibindingContributionIdentifier
-
- Enclosing class:
- Key
public static final class Key.MultibindingContributionIdentifier extends java.lang.ObjectAn object that identifies a multibinding contribution method and the module class that contributes it to the graph.- See Also:
Key.multibindingContributionIdentifier()
-
-
Constructor Summary
Constructors Constructor Description MultibindingContributionIdentifier(java.lang.String bindingElement, java.lang.String module)Deprecated.MultibindingContributionIdentifier(javax.lang.model.element.ExecutableElement bindingMethod, javax.lang.model.element.TypeElement contributingModule)Deprecated.This is only meant to be called from code indagger.internal.codegen.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringbindingElement()Deprecated.This is only meant to be called from code indagger.internal.codegen.booleanequals(java.lang.Object obj)inthashCode()java.lang.Stringmodule()Deprecated.This is only meant to be called from code indagger.internal.codegen.java.lang.StringtoString()
-
-
-
Constructor Detail
-
MultibindingContributionIdentifier
@Deprecated public MultibindingContributionIdentifier(javax.lang.model.element.ExecutableElement bindingMethod, javax.lang.model.element.TypeElement contributingModule)Deprecated.This is only meant to be called from code indagger.internal.codegen. It is not part of a specified API and may change at any point.
-
MultibindingContributionIdentifier
@Deprecated public MultibindingContributionIdentifier(java.lang.String bindingElement, java.lang.String module)Deprecated.
-
-
Method Detail
-
module
@Deprecated public java.lang.String module()
Deprecated.This is only meant to be called from code indagger.internal.codegen. It is not part of a specified API and may change at any point.
-
bindingElement
@Deprecated public java.lang.String bindingElement()
Deprecated.This is only meant to be called from code indagger.internal.codegen. It is not part of a specified API and may change at any point.
-
toString
public java.lang.String toString()
The returned string is human-readable and distinguishes the keys in the same way as the whole object.
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-