Searched refs:unwrapType (Results 1 – 5 of 5) sorted by relevance
116 if (kind.equals(PROVIDER) && getRequestKind(DaggerTypes.unwrapType(type)).equals(LAZY)) { in getRequestKind()146 return DaggerTypes.unwrapType(type); in extractKeyType()
28 import static dagger.internal.codegen.langmodel.DaggerTypes.unwrapType;169 .key(keyFactory.forQualifiedType(qualifier, unwrapType(type))) in forComponentProductionMethod()
31 import static dagger.internal.codegen.langmodel.DaggerTypes.unwrapType;175 elements.getTypeElement(Set.class), unwrapType(setType.elementType())); in forBindingMethod()
86 public static TypeMirror unwrapType(TypeMirror type) { in unwrapType() method in DaggerTypes
355 Key membersInjectionKey = keyFactory.forMembersInjectedType(types.unwrapType(key.type())); in getOrFindMembersInjectorProvisionBinding()