Binding<T>
, Element
, ExposedBinding<T>
, HasDependencies
public 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, getProvider
acceptScopingVisitor, acceptVisitor, getInjector, getInternalFactory, getKey, getProvider, getScoping, getSource, isConstant, withKey, withScoping
acceptVisitor, getSource
public 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)
Binding
acceptTargetVisitor
in interface Binding<T>
visitor
- to call back onpublic Set<Dependency<?>> getDependencies()
HasDependencies
Injector
will be
included in the returned set.getDependencies
in interface HasDependencies
public PrivateElements getPrivateElements()
ExposedBinding
getPrivateElements
in interface ExposedBinding<T>
public String toString()
toString
in class BindingImpl<T>
public void applyTo(Binder binder)
ExposedBinding
UnsupportedOperationException
.applyTo
in interface Element
applyTo
in interface ExposedBinding<T>
binder
- to apply configuration element toCopyright © 2006–2018 Google, Inc.. All rights reserved.