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

Method visitType

java/dagger/internal/codegen/FrameworkField.java:123–126  ·  view source on GitHub ↗
(TypeElement e, Binding p)

Source from the content-addressed store, hash-verified

121 }
122
123 @Override
124 public String visitType(TypeElement e, Binding p) {
125 return CaseFormat.UPPER_CAMEL.to(CaseFormat.LOWER_CAMEL, e.getSimpleName().toString());
126 }
127 };
128
129 abstract ParameterizedTypeName type();

Callers

nothing calls this directly

Calls 2

toMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected