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

Method forType

java/dagger/internal/codegen/KeyFactory.java:260–262  ·  view source on GitHub ↗
(TypeMirror type)

Source from the content-addressed store, hash-verified

258
259 // TODO(ronshapiro): Remove these conveniences which are simple wrappers around Key.Builder
260 Key forType(TypeMirror type) {
261 return Key.builder(type).build();
262 }
263
264 Key forMembersInjectedType(TypeMirror type) {
265 return Key.builder(type).build();

Callers 2

componentBindingMethod · 0.80

Calls 2

builderMethod · 0.95
buildMethod · 0.65

Tested by

no test coverage detected