Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
com.google.inject.internal |
Guice (sounds like like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Method and Description |
---|---|
<V> V |
Binding.acceptTargetVisitor(BindingTargetVisitor<? super T,V> visitor)
Accepts a target visitor.
|
Modifier and Type | Method and Description |
---|---|
<V> V |
ExposedBindingImpl.acceptTargetVisitor(BindingTargetVisitor<? super T,V> visitor) |
<V> V |
LinkedBindingImpl.acceptTargetVisitor(BindingTargetVisitor<? super T,V> visitor) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBindingTargetVisitor<T,V>
No-op visitor for subclassing.
|
Modifier and Type | Method and Description |
---|---|
<B,V> V |
ProviderWithExtensionVisitor.acceptExtensionVisitor(BindingTargetVisitor<B,V> visitor,
ProviderInstanceBinding<? extends B> binding)
Instructs the extension determine if the visitor is an instance of a custom
extension visitor, and if so, visit it using that method.
|
Copyright © 2006-2017 Google, Inc.. All Rights Reserved.