Uses of Class
dagger.spi.model.Key.Builder
Packages that use Key.Builder
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of Key.Builder in dagger.spi.model
Methods in dagger.spi.model that return Key.BuilderModifier and TypeMethodDescriptionstatic Key.BuilderKey.builder(DaggerType type) Returns a builder forKeys.final Key.BuilderKey.Builder.multibindingContributionIdentifier(DaggerTypeElement contributingModule, DaggerExecutableElement bindingMethod) abstract Key.BuilderKey.Builder.qualifier(DaggerAnnotation qualifier) abstract Key.BuilderKey.Builder.qualifier(Optional<DaggerAnnotation> qualifier) abstract Key.BuilderKey.Builder.type(DaggerType type)