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

Method elementType

java/dagger/internal/codegen/SetType.java:57–59  ·  view source on GitHub ↗

The element type.

()

Source from the content-addressed store, hash-verified

55 * The element type.
56 */
57 TypeMirror elementType() {
58 return declaredSetType().getTypeArguments().get(0);
59 }
60
61 /**
62 * {@code true} if {@link #elementType()} is a {@code clazz}.

Callers 13

creationExpressionMethod · 0.95
checkSetValuesTypeMethod · 0.95
isPlainSetMethod · 0.95
forBindingMethodMethod · 0.95
elementsAreTypeOfMethod · 0.95
unwrappedElementTypeMethod · 0.95
fieldValueTypeMethod · 0.80
fromProducesMethodMethod · 0.80
typeToNameMethod · 0.80
emptySetFactoryMethod · 0.80
immutableSetTypeMethod · 0.80
maybeTypeParameterMethod · 0.80

Calls 2

declaredSetTypeMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected