Searched refs:extractKeyType (Results 1 – 5 of 5) sorted by relevance
134 public static TypeMirror extractKeyType(TypeMirror type) { in extractKeyType() method in RequestKinds135 return extractKeyType(getRequestKind(type), type); in extractKeyType()138 private static TypeMirror extractKeyType(RequestKind requestKind, TypeMirror type) { in extractKeyType() method in RequestKinds143 return extractKeyType(LAZY, extractKeyType(PROVIDER, type)); in extractKeyType()
22 import static dagger.internal.codegen.base.RequestKinds.extractKeyType;117 TypeMirror keyType = extractKeyType(requestType); in checkType()
24 import static dagger.internal.codegen.base.RequestKinds.extractKeyType;226 .key(keyFactory.forQualifiedType(qualifier, extractKeyType(type))) in newDependencyRequest()
25 import static dagger.internal.codegen.base.RequestKinds.extractKeyType;432 return Optional.of(key.toBuilder().type(extractKeyType(optionalValueType)).build()); in unwrapOptional()
24 import static dagger.internal.codegen.base.RequestKinds.extractKeyType;216 return breaksCycle(extractKeyType(optionalValueType), requestKind); in breaksCycle()