Binding<T>, Element, ExposedBinding<T>, HasDependenciespublic class ExposedBindingImpl<T> extends BindingImpl<T> implements ExposedBinding<T>
| Constructor | Description |
|---|---|
ExposedBindingImpl(java.lang.Object source,
Key<T> key,
Scoping scoping,
PrivateElements privateElements) |
|
ExposedBindingImpl(Injector injector,
java.lang.Object source,
Key<T> key,
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.
|
java.util.Set<Dependency<?>> |
getDependencies() |
Returns the known dependencies for this type.
|
PrivateElements |
getPrivateElements() |
Returns the enclosed environment that holds the original binding.
|
java.lang.String |
toString() |
|
ExposedBindingImpl<T> |
withKey(Key<T> key) |
|
BindingImpl<T> |
withScoping(Scoping scoping) |
acceptScopingVisitor, getKey, getProvideracceptScopingVisitor, acceptVisitor, getInjector, getInternalFactory, getKey, getProvider, getScoping, getSource, isConstantacceptVisitor, getSourcepublic ExposedBindingImpl(Injector injector, java.lang.Object source, Key<T> key, InternalFactory<T> factory, PrivateElements privateElements)
public ExposedBindingImpl(java.lang.Object source,
Key<T> key,
Scoping scoping,
PrivateElements privateElements)
public <V> V acceptTargetVisitor(BindingTargetVisitor<? super T,V> visitor)
BindingacceptTargetVisitor in interface Binding<T>visitor - to call back onpublic java.util.Set<Dependency<?>> getDependencies()
HasDependenciesInjector will be
included in the returned set.getDependencies in interface HasDependenciespublic PrivateElements getPrivateElements()
ExposedBindinggetPrivateElements in interface ExposedBinding<T>public BindingImpl<T> withScoping(Scoping scoping)
withScoping in class BindingImpl<T>public ExposedBindingImpl<T> withKey(Key<T> key)
withKey in class BindingImpl<T>public java.lang.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 to