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

Method isRawType

java/dagger/internal/codegen/MapType.java:51–53  ·  view source on GitHub ↗

true if the map type is the raw Map type.

()

Source from the content-addressed store, hash-verified

49 * {@code true} if the map type is the raw {@link Map} type.
50 */
51 boolean isRawType() {
52 return declaredMapType().getTypeArguments().isEmpty();
53 }
54
55 /**
56 * The map key type.

Callers 7

keyTypeMethod · 0.95
valueTypeMethod · 0.95
isPlainMapMethod · 0.95
convertToDelegateKeyMethod · 0.95
rewrapMapKeyMethod · 0.95
wrapMapKeyMethod · 0.95

Calls 2

declaredMapTypeMethod · 0.95
isEmptyMethod · 0.80

Tested by

no test coverage detected