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.java61 private final DependencyRequestFactory dependencyRequestFactory; field in DelegateDeclaration.Factory
67 DependencyRequestFactory dependencyRequestFactory) { in Factory() argument
70 this.dependencyRequestFactory = dependencyRequestFactory; in Factory()
80 dependencyRequestFactory.forRequiredResolvedVariable( in create()
DInjectionSiteFactory.java53 private final DependencyRequestFactory dependencyRequestFactory; field in InjectionSiteFactory
59 DependencyRequestFactory dependencyRequestFactory) { in InjectionSiteFactory() argument
62 this.dependencyRequestFactory = dependencyRequestFactory; in InjectionSiteFactory()
124 dependencyRequestFactory.forRequiredResolvedVariables( in visitExecutableAsMethod()
137 field, dependencyRequestFactory.forRequiredResolvedVariable(field, resolved))); in visitVariableAsField()
DComponentDescriptorFactory.java58 private final DependencyRequestFactory dependencyRequestFactory; field in ComponentDescriptorFactory
66 DependencyRequestFactory dependencyRequestFactory, in ComponentDescriptorFactory() argument
71 this.dependencyRequestFactory = dependencyRequestFactory; in ComponentDescriptorFactory()
194 getOnlyElement(enclosedCreators), elements, types, dependencyRequestFactory)); in create()
248 ? dependencyRequestFactory.forComponentProductionMethod( in getDescriptorForComponentMethod()
250 : dependencyRequestFactory.forComponentProvisionMethod( in getDescriptorForComponentMethod()
262 dependencyRequestFactory.forComponentMembersInjectionMethod( in getDescriptorForComponentMethod()
DComponentCreatorDescriptor.java160 DependencyRequestFactory dependencyRequestFactory) { in create() argument
177 requirement(method, parameter, parameterType, dependencyRequestFactory, method), in create()
194 requirement(factoryMethod, parameter, parameterType, dependencyRequestFactory, parameter), in create()
208 DependencyRequestFactory dependencyRequestFactory, in requirement() argument
213 dependencyRequestFactory.forRequiredResolvedVariable(parameter, type); in requirement()
DBindingFactory.java87 private final DependencyRequestFactory dependencyRequestFactory; field in BindingFactory
98 DependencyRequestFactory dependencyRequestFactory, in BindingFactory() argument
105 this.dependencyRequestFactory = dependencyRequestFactory; in BindingFactory()
151 dependencyRequestFactory.forRequiredResolvedVariable(parameter, parameterType)); in injectionBinding()
250 .executorRequest(dependencyRequestFactory.forProductionImplementationExecutor()) in producesMethodBinding()
251 .monitorRequest(dependencyRequestFactory.forProductionComponentMonitor()); in producesMethodBinding()
279 dependencyRequestFactory.forRequiredResolvedVariables( in setMethodBindingProperties()
301 dependencyRequestFactory.forMultibindingContributions(key, multibindingContributions)) in syntheticMultibinding()
522 .dependencies(dependencyRequestFactory.forSyntheticPresentOptionalBinding(key, requestKind)) in syntheticOptionalBinding()
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java108 private final DependencyRequestFactory dependencyRequestFactory; field in ComponentValidator
120 DependencyRequestFactory dependencyRequestFactory) { in ComponentValidator() argument
128 this.dependencyRequestFactory = dependencyRequestFactory; in ComponentValidator()
502 ? dependencyRequestFactory.forComponentProductionMethod(method, methodType) in dependencyRequest()
503 : dependencyRequestFactory.forComponentProvisionMethod(method, methodType); in dependencyRequest()