Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/dagger
/ build
Method
build
javatests/dagger/functional/builder/BuilderTest.java:111–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
110
interface
SharedBuilder<B, C, M1, M2> {
111
C build();
// Test resolving return type of build()
112
113
B setM1(M1 m1);
// Test resolving return type & param of setter
114
Callers
15
forGrpcService
Method · 0.65
createType
Method · 0.65
provideServiceDefinitionContribution
Method · 0.65
provideServiceDefinitionFactory
Method · 0.65
anonymousServiceDefinitionFactory
Method · 0.65
createType
Method · 0.65
provideServiceDefinition
Method · 0.65
createType
Method · 0.65
javaFile
Method · 0.65
binds
Method · 0.65
intoSet
Method · 0.65
provides
Method · 0.65
Implementers
1
SharedBuilder
javatests/dagger/functional/builder/Bu
Calls
no outgoing calls
Tested by
15
testCustomScoped
Method · 0.52
setup
Method · 0.52
setup
Method · 0.52
testScopeOnBindsMethod
Method · 0.52
testQualifierOnProvidesMethodParameter
Method · 0.52
testQualifierOnInjectConstructorParameter
Method · 0.52
testQualifierOnInjectField
Method · 0.52
testQualifierOnInjectMethodParameter
Method · 0.52
testSubcomponentAnnotationWithTransitiveModule
Method · 0.52
testSubcomponentAnnotationWithModuleIncludesTransitiveModuleDependencies
Method · 0.52
testsComponentDependencies
Method · 0.52
testQualifierOnBindsMethod
Method · 0.52