Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
creationExpression
Method · 0.95
checkSetValuesType
Method · 0.95
isPlainSet
Method · 0.95
forBindingMethod
Method · 0.95
elementsAreTypeOf
Method · 0.95
unwrappedElementType
Method · 0.95
fieldValueType
Method · 0.80
fromProducesMethod
Method · 0.80
typeToName
Method · 0.80
emptySetFactory
Method · 0.80
immutableSetType
Method · 0.80
maybeTypeParameter
Method · 0.80
Calls
2
declaredSetType
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected