Uses of Class
dagger.spi.model.DaggerExecutableElement
-
Packages that use DaggerExecutableElement Package Description dagger.spi.model This package contains the APIs that are core to Dagger's internal model of bindings and the binding graph. -
-
Uses of DaggerExecutableElement in dagger.spi.model
Methods in dagger.spi.model that return DaggerExecutableElement Modifier and Type Method Description DaggerExecutableElementBindingGraph.ChildFactoryMethodEdge. factoryMethod()The subcomponent factory method element.Methods in dagger.spi.model with parameters of type DaggerExecutableElement Modifier and Type Method Description Key.BuilderKey.Builder. multibindingContributionIdentifier(DaggerTypeElement contributingModule, DaggerExecutableElement bindingMethod)KeyKey. withMultibindingContributionIdentifier(DaggerTypeElement contributingModule, DaggerExecutableElement bindingMethod)Returns a copy of this key with the multibinding contribution identifier replaced with the given multibinding contribution identifier.
-