MCPcopy Create free account
hub / github.com/google/auto / toString

Method toString

factory/src/main/java/com/google/auto/factory/processor/Key.java:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 @Override
96 public final String toString() {
97 String typeQualifiedName = MoreTypes.asTypeElement(type().get()).toString();
98 return qualifier().isPresent()
99 ? AnnotationMirrors.toString(qualifier().get()) + "/" + typeQualifiedName
100 : typeQualifiedName;
101 }
102}

Callers 15

FooMethod · 0.45
goldenFileMethod · 0.45
updateGoldenFileMethod · 0.45
forVariableElementMethod · 0.45
isNullableMethod · 0.45
implementationMethodsMethod · 0.45
newTypeSetBuilderMethod · 0.45
getUniqueNameMethod · 0.45
createMethod · 0.45
resolveTypeNameMethod · 0.45

Calls 5

asTypeElementMethod · 0.95
typeMethod · 0.95
qualifierMethod · 0.95
toStringMethod · 0.95
getMethod · 0.45

Tested by 2

goldenFileMethod · 0.36
updateGoldenFileMethod · 0.36