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

Method forMethod

java/dagger/internal/codegen/KeyFactory.java:251–253  ·  view source on GitHub ↗
(ExecutableElement method, TypeMirror keyType)

Source from the content-addressed store, hash-verified

249 }
250
251 private Key forMethod(ExecutableElement method, TypeMirror keyType) {
252 return forQualifiedType(getQualifier(method), keyType);
253 }
254
255 Key forInjectConstructorWithResolvedType(TypeMirror type) {
256 return Key.builder(type).build();

Callers 5

forComponentMethodMethod · 0.95
forBindingMethodMethod · 0.95
forMultibindsMethodMethod · 0.95
createMethod · 0.45

Calls 2

forQualifiedTypeMethod · 0.95
getQualifierMethod · 0.80

Tested by

no test coverage detected