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

Method keyType

java/dagger/internal/codegen/MapType.java:60–63  ·  view source on GitHub ↗

The map key type. @throws IllegalStateException if #isRawType() is true.

()

Source from the content-addressed store, hash-verified

58 * @throws IllegalStateException if {@link #isRawType()} is true.
59 */
60 TypeMirror keyType() {
61 checkState(!isRawType());
62 return declaredMapType().getTypeArguments().get(0);
63 }
64
65 /**
66 * The map value type.

Callers 7

immutableMapTypeMethod · 0.95
maybeTypeParametersMethod · 0.95
convertToDelegateKeyMethod · 0.95
rewrapMapKeyMethod · 0.95
wrapMapKeyMethod · 0.95
creationExpressionMethod · 0.95
forMultibindsMethodMethod · 0.80

Calls 3

isRawTypeMethod · 0.95
declaredMapTypeMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected