Binding<T>, Element, ExposedBinding<T>, HasDependenciespublic final class ExposedBindingImpl<T> extends BindingImpl<T> implements ExposedBinding<T>
| Constructor | Description |
|---|---|
ExposedBindingImpl(com.google.inject.internal.InjectorImpl injector,
Object source,
Key<T> key,
com.google.inject.internal.InternalFactory<T> factory,
PrivateElements privateElements) |
| Modifier and Type | Method | Description |
|---|---|---|
<V> V |
acceptTargetVisitor(BindingTargetVisitor<? super T,V> visitor) |
Accepts a target visitor.
|
void |
applyTo(Binder binder) |
Unsupported.
|
Set<Dependency<?>> |
getDependencies() |
Returns the known dependencies for this type.
|
PrivateElements |
getPrivateElements() |
Returns the enclosed environment that holds the original binding.
|
String |
toString() |
acceptScopingVisitor, getKey, getProvideracceptScopingVisitor, acceptVisitor, getInjector, getInternalFactory, getKey, getProvider, getScoping, getSource, isConstant, withKey, withScopingacceptVisitor, getSourcepublic ExposedBindingImpl(com.google.inject.internal.InjectorImpl injector,
Object source,
Key<T> key,
com.google.inject.internal.InternalFactory<T> factory,
PrivateElements privateElements)
public <V> V acceptTargetVisitor(BindingTargetVisitor<? super T,V> visitor)
BindingacceptTargetVisitor in interface Binding<T>visitor - to call back onpublic Set<Dependency<?>> getDependencies()
HasDependenciesInjector will be
included in the returned set.getDependencies in interface HasDependenciespublic PrivateElements getPrivateElements()
ExposedBindinggetPrivateElements in interface ExposedBinding<T>public String toString()
toString in class BindingImpl<T>public void applyTo(Binder binder)
ExposedBindingUnsupportedOperationException.applyTo in interface ElementapplyTo in interface ExposedBinding<T>binder - to apply configuration element toCopyright © 2006–2018 Google, Inc.. All rights reserved.