public class UntargettedBindingImpl<T> extends BindingImpl<T> implements UntargettedBinding <T>
| Constructor and Description |
|---|
UntargettedBindingImpl(Injector
|
UntargettedBindingImpl(Object
|
| Modifier and Type | Method and Description |
|---|---|
<V> V |
acceptTargetVisitor(BindingTargetVisitor
Accepts a target visitor.
|
void |
applyTo(Binder
Writes this module element to the given binder (optional operation).
|
String |
toString()
|
BindingImpl |
withKey(Key
|
BindingImpl |
withScoping(Scoping
|
acceptScopingVisitor, acceptVisitor, getInjector, getInternalFactory, getKey, getProvider, getScoping, getSource, isConstantclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptScopingVisitor, getKey, getProvideracceptVisitor, getSourcepublic <V> V acceptTargetVisitor(BindingTargetVisitor<? super T ,V> visitor)
Binding
acceptTargetVisitor in interface
Binding<T>
visitor - to call back on
public BindingImpl<T> withScoping(Scoping scoping)
public BindingImpl<T> withKey(Key <T> key)
public void applyTo(Binderbinder)
Element
public StringtoString()