Searched refs:contributedPrimitiveType (Results 1 – 5 of 5) sorted by relevance
57 binding.contributedPrimitiveType().orElse(binding.key().type()), in getDependencyExpression()
152 && binding.contributedPrimitiveType().isPresent()) { in returnType()153 return binding.contributedPrimitiveType().get(); in returnType()
184 return provisionBinding.contributedPrimitiveType().orElse(provisionBinding.key().type()); in simpleMethodReturnType()
95 && !contributedPrimitiveType().isPresent() in shouldCheckForNull()
61 public final Optional<TypeMirror> contributedPrimitiveType() { in contributedPrimitiveType() method in ContributionBinding