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

Method declaredMapType

java/dagger/internal/codegen/MapType.java:44–46  ·  view source on GitHub ↗

The map type itself.

()

Source from the content-addressed store, hash-verified

42 * The map type itself.
43 */
44 DeclaredType declaredMapType() {
45 return wrappedDeclaredMapType().get();
46 }
47
48 /**
49 * {@code true} if the map type is the raw {@link Map} type.

Callers 3

isRawTypeMethod · 0.95
keyTypeMethod · 0.95
valueTypeMethod · 0.95

Calls 2

getMethod · 0.65

Tested by

no test coverage detected