Package dagger.model
Class Key.MultibindingContributionIdentifier
java.lang.Object
dagger.model.Key.MultibindingContributionIdentifier
- Enclosing class:
Key
An object that identifies a multibinding contribution method and the module class that
contributes it to the graph.
- See Also:
-
Constructor Summary
ConstructorDescriptionMultibindingContributionIdentifier
(String bindingElement, String module) Deprecated.MultibindingContributionIdentifier
(ExecutableElement bindingMethod, TypeElement contributingModule) Deprecated. -
Method Summary
-
Constructor Details
-
MultibindingContributionIdentifier
@Deprecated public MultibindingContributionIdentifier(ExecutableElement bindingMethod, 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.
-
-
Method Details
-
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.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
The returned string is human-readable and distinguishes the keys in the same way as the whole object.
-
equals
-
hashCode
public int hashCode()
-
dagger.internal.codegen
.