MCPcopy Index your code
hub / github.com/google/dagger / forQualifiedType

Method forQualifiedType

java/dagger/internal/codegen/KeyFactory.java:268–270  ·  view source on GitHub ↗
(Optional<AnnotationMirror> qualifier, TypeMirror type)

Source from the content-addressed store, hash-verified

266 }
267
268 Key forQualifiedType(Optional<AnnotationMirror> qualifier, TypeMirror type) {
269 return Key.builder(boxPrimitives(type)).qualifier(qualifier).build();
270 }
271
272 Key forProductionExecutor() {
273 return Key.builder(getClassElement(Executor.class).asType())

Calls 4

builderMethod · 0.95
boxPrimitivesMethod · 0.95
buildMethod · 0.65
qualifierMethod · 0.45

Tested by

no test coverage detected