MCPcopy 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

visitPrimitiveMethod · 0.80
boxPrimitivesMethod · 0.80
boxIfNecessaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected