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

Method frameworkClass

java/dagger/internal/codegen/BindingType.java:53–55  ·  view source on GitHub ↗

The framework class associated with bindings of this type.

()

Source from the content-addressed store, hash-verified

51
52 /** The framework class associated with bindings of this type. */
53 Class<?> frameworkClass() {
54 return frameworkClass;
55 }
56
57 /** The framework type used to represent bindings of this type. */
58 FrameworkType frameworkType() {

Callers 15

frameworkClassOfMethod · 0.95
creationExpressionMethod · 0.45
forResolvedBindingsMethod · 0.45
fieldValueTypeMethod · 0.45
creationExpressionMethod · 0.45
toMethod · 0.45
tryToGenerateBindingMethod · 0.45
rawFrameworkTypeMethod · 0.45
creationExpressionMethod · 0.45
forMultibindsMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected