public class ExposedBindingImpl<T> extends BindingImpl<T> implements ExposedBinding<T>
| コンストラクタと説明 |
|---|
ExposedBindingImpl(Injector injector,
Object source,
Key<T> key,
InternalFactory<T> factory,
PrivateElements privateElements) |
ExposedBindingImpl(Object source,
Key<T> key,
Scoping scoping,
PrivateElements privateElements) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<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() |
ExposedBindingImpl<T> |
withKey(Key<T> key) |
BindingImpl<T> |
withScoping(Scoping scoping) |
acceptScopingVisitor, acceptVisitor, getInjector, getInternalFactory, getKey, getProvider, getScoping, getSource, isConstantclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptScopingVisitor, getKey, getProvideracceptVisitor, getSourcepublic ExposedBindingImpl(Injector injector, Object source, Key<T> key, InternalFactory<T> factory, PrivateElements privateElements)
public ExposedBindingImpl(Object source, Key<T> key, Scoping scoping, PrivateElements privateElements)
public <V> V acceptTargetVisitor(BindingTargetVisitor<? super T,V> visitor)
BindingacceptTargetVisitor インタフェース内 Binding<T>visitor - to call back onpublic Set<Dependency<?>> getDependencies()
HasDependenciesInjector will be
included in the returned set.getDependencies インタフェース内 HasDependenciespublic PrivateElements getPrivateElements()
ExposedBindinggetPrivateElements インタフェース内 ExposedBinding<T>public BindingImpl<T> withScoping(Scoping scoping)
withScoping クラス内 BindingImpl<T>public ExposedBindingImpl<T> withKey(Key<T> key)
withKey クラス内 BindingImpl<T>public String toString()
toString クラス内 BindingImpl<T>public void applyTo(Binder binder)
ExposedBindingUnsupportedOperationException.applyTo インタフェース内 ElementapplyTo インタフェース内 ExposedBinding<T>binder - to apply configuration element toCopyright © 2009–2016. All rights reserved.