Package dagger.spi.model
Class Key.MultibindingContributionIdentifier
java.lang.Object
dagger.spi.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 Details
-
MultibindingContributionIdentifier
public MultibindingContributionIdentifier()
-
-
Method Details
-
contributingModule
Returns the module containing the multibinding method. -
bindingMethod
Returns the multibinding method that defines teh multibinding contribution. -
toString
The returned string is human-readable and distinguishes the keys in the same way as the whole object.
-