Home
last modified time | relevance | path

Searched refs:fromBindingElement (Results 1 – 7 of 7) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/base/
DContributionType.java57 public static ContributionType fromBindingElement(Element element) { in fromBindingElement() method in ContributionType
/external/dagger2/java/dagger/internal/codegen/validation/
DBindingElementValidator.java186 switch (ContributionType.fromBindingElement(element)) { in checkType()
278 if (ContributionType.fromBindingElement(element).equals(ContributionType.MAP)) { in checkMapKeys()
DBindsMethodValidator.java97 ContributionType contributionType = ContributionType.fromBindingElement(element); in checkParameter()
/external/dagger2/java/dagger/internal/codegen/binding/
DDelegateDeclaration.java84 ContributionType.fromBindingElement(bindsMethod), in create()
DProductionBinding.java69 } else if (ContributionType.fromBindingElement(producesMethod) in fromProducesMethod()
DKeyFactory.java162 ContributionType contributionType = ContributionType.fromBindingElement(method); in forBindingMethod()
DBindingFactory.java273 .contributionType(ContributionType.fromBindingElement(method)) in setMethodBindingProperties()