Searched refs:contributedBy (Results 1 – 6 of 6) sorted by relevance
158 ProvisionBinding forProvidesMethod(ExecutableElement providesMethod, TypeMirror contributedBy) { in forProvidesMethod() argument161 checkArgument(contributedBy.getKind().equals(TypeKind.DECLARED)); in forProvidesMethod()164 DeclaredType declaredContainer = MoreTypes.asDeclared(contributedBy); in forProvidesMethod()249 ExecutableElement subcomponentBuilderMethod, TypeElement contributedBy) { in forSubcomponentBuilderMethod() argument253 DeclaredType declaredContainer = asDeclared(contributedBy.asType()); in forSubcomponentBuilderMethod()261 Optional.of(contributedBy), in forSubcomponentBuilderMethod()
107 ExecutableElement producesMethod, TypeMirror contributedBy) { in forProducesMethod() argument110 checkArgument(contributedBy.getKind().equals(TypeKind.DECLARED)); in forProducesMethod()113 DeclaredType declaredContainer = MoreTypes.asDeclared(contributedBy); in forProducesMethod()
48 Optional.of(asDeclared(binding.contributedBy().get().asType()))); in format()
106 abstract Optional<TypeElement> contributedBy(); in contributedBy() method in ContributionBinding
139 : input.contributedBy().asSet(); in componentRequirements()
971 parameters.add(getComponentContributionSnippet(binding.contributedBy().get())); in initializeFactoryForContributionBinding()