Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ boxedClass
Method
boxedClass
java/dagger/internal/codegen/DaggerTypes.java:253–256 ·
view source on GitHub ↗
(PrimitiveType p)
Source
from the content-addressed store, hash-verified
251
}
252
253
@Override
254
public
TypeElement boxedClass(PrimitiveType p) {
255
return
types.boxedClass(p);
256
}
257
258
@Override
259
public
PrimitiveType unboxedType(TypeMirror t) {
Callers
3
visitPrimitive
Method · 0.80
boxPrimitives
Method · 0.80
boxIfNecessary
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected