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

Method valueType

java/dagger/internal/codegen/MapType.java:70–73  ·  view source on GitHub ↗

The map value type. @throws IllegalStateException if #isRawType() is true.

()

Source from the content-addressed store, hash-verified

68 * @throws IllegalStateException if {@link #isRawType()} is true.
69 */
70 TypeMirror valueType() {
71 checkState(!isRawType());
72 return declaredMapType().getTypeArguments().get(1);
73 }
74
75 /**
76 * {@code true} if {@link #valueType()} is a {@code clazz}.

Callers 13

immutableMapTypeMethod · 0.95
maybeTypeParametersMethod · 0.95
valuesAreTypeOfMethod · 0.95
unwrappedValueTypeMethod · 0.95
isPlainMapMethod · 0.95
wrapMapKeyMethod · 0.95
creationExpressionMethod · 0.95
forMultibindsMethodMethod · 0.45
unwrapOptionalMethod · 0.45

Calls 3

isRawTypeMethod · 0.95
declaredMapTypeMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected