Home
last modified time | relevance | path

Searched refs:dependencyRequestFactory (Results 1 – 6 of 6) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DDelegateDeclaration.java57 private final DependencyRequestFactory dependencyRequestFactory; field in DelegateDeclaration.Factory
62 DependencyRequestFactory dependencyRequestFactory) { in Factory() argument
64 this.dependencyRequestFactory = dependencyRequestFactory; in Factory()
71 dependencyRequestFactory.forRequiredResolvedVariable( in create()
DInjectionSiteFactory.java51 private final DependencyRequestFactory dependencyRequestFactory; field in InjectionSiteFactory
54 InjectionSiteFactory(DependencyRequestFactory dependencyRequestFactory) { in InjectionSiteFactory() argument
55 this.dependencyRequestFactory = dependencyRequestFactory; in InjectionSiteFactory()
125 dependencyRequestFactory.forRequiredResolvedVariables( in visitMethod()
136 field, dependencyRequestFactory.forRequiredResolvedVariable(field, resolved))); in visitField()
DBindingFactory.java60 private final DependencyRequestFactory dependencyRequestFactory; field in BindingFactory
67 DependencyRequestFactory dependencyRequestFactory, in BindingFactory() argument
71 this.dependencyRequestFactory = dependencyRequestFactory; in BindingFactory()
103 dependencyRequestFactory.forRequiredResolvedVariable(parameter, parameterType)); in injectionBinding()
148 dependencyRequestFactory.forRequiredResolvedVariable(parameter, parameterType)); in assistedInjectionBinding()
198 dependencyRequestFactory.forRequiredResolvedVariables( in providesMethodBinding()
220 .executorRequest(dependencyRequestFactory.forProductionImplementationExecutor()) in producesMethodBinding()
221 .monitorRequest(dependencyRequestFactory.forProductionComponentMonitor()) in producesMethodBinding()
223 dependencyRequestFactory.forRequiredResolvedVariables( in producesMethodBinding()
245 dependencyRequestFactory.forMultibindingContributions(key, multibindingContributions)) in multiboundMap()
[all …]
DComponentCreatorDescriptor.java157 XTypeElement creator, DependencyRequestFactory dependencyRequestFactory) { in create() argument
177 requirement(method, parameter, parameterType, dependencyRequestFactory, method), in create()
200 dependencyRequestFactory, in create()
214 DependencyRequestFactory dependencyRequestFactory, in requirement() argument
219 dependencyRequestFactory.forRequiredResolvedVariable(parameter, parameterType); in requirement()
DComponentDescriptor.java511 private final DependencyRequestFactory dependencyRequestFactory; field in ComponentDescriptor.Factory
521 DependencyRequestFactory dependencyRequestFactory, in Factory() argument
527 this.dependencyRequestFactory = dependencyRequestFactory; in Factory()
616 getOnlyElement(enclosedCreators), dependencyRequestFactory)); in createUncached()
678 ? dependencyRequestFactory.forComponentProductionMethod( in getDescriptorForComponentMethod()
680 : dependencyRequestFactory.forComponentProvisionMethod( in getDescriptorForComponentMethod()
694 dependencyRequestFactory.forComponentMembersInjectionMethod( in getDescriptorForComponentMethod()
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java100 private final DependencyRequestFactory dependencyRequestFactory; field in ComponentValidator
112 DependencyRequestFactory dependencyRequestFactory, in ComponentValidator() argument
120 this.dependencyRequestFactory = dependencyRequestFactory; in ComponentValidator()
546 ? dependencyRequestFactory.forComponentProductionMethod(method, methodType) in dependencyRequest()
547 : dependencyRequestFactory.forComponentProvisionMethod(method, methodType); in dependencyRequest()