MCPcopy Create free account
hub / github.com/google/guice / acceptTargetVisitor

Method acceptTargetVisitor

core/src/com/google/inject/Binding.java:77–77  ·  view source on GitHub ↗

Accepts a target visitor. Invokes the visitor method specific to this binding's target. @param visitor to call back on @since 2.0

(BindingTargetVisitor<? super T, V> visitor)

Source from the content-addressed store, hash-verified

75 * @since 2.0
76 */
77 <V> V acceptTargetVisitor(BindingTargetVisitor<? super T, V> visitor);
78
79 /**
80 * Accepts a scoping visitor. Invokes the visitor method specific to this binding's scoping.

Callers 15

optionalModuleTestMethod · 0.95
getInstanceMethod · 0.65
visitMethod · 0.65
testSpiMethod · 0.65
visitMethod · 0.65
visitMethod · 0.65
testProviderBindingMethod · 0.65
testExtensionSpiMethod · 0.65
mapInjectorTestMethod · 0.65
mapModuleTestMethod · 0.65

Calls

no outgoing calls

Tested by 15

optionalModuleTestMethod · 0.76
getInstanceMethod · 0.52
visitMethod · 0.52
testSpiMethod · 0.52
visitMethod · 0.52
visitMethod · 0.52
testProviderBindingMethod · 0.52
testExtensionSpiMethod · 0.52
mapInjectorTestMethod · 0.52
mapModuleTestMethod · 0.52