Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
isRawType
Method · 0.95
keyType
Method · 0.95
valueType
Method · 0.95
Calls
2
wrappedDeclaredMapType
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected