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

Method getClassElement

java/dagger/internal/codegen/KeyFactory.java:80–82  ·  view source on GitHub ↗
(Class<?> cls)

Source from the content-addressed store, hash-verified

78 }
79
80 private TypeElement getClassElement(Class<?> cls) {
81 return elements.getTypeElement(cls.getCanonicalName());
82 }
83
84 private TypeMirror boxPrimitives(TypeMirror type) {
85 return type.getKind().isPrimitive() ? types.boxedClass((PrimitiveType) type).asType() : type;

Callers 14

setOfMethod · 0.95
mapOfMethod · 0.95
forProvidesMethodMethod · 0.95
forProducesMethodMethod · 0.95
forBindingMethodMethod · 0.95
forProductionExecutorMethod · 0.95
rewrapMapKeyMethod · 0.95
wrapMapKeyMethod · 0.95

Calls 1

getTypeElementMethod · 0.45

Tested by

no test coverage detected