public interface ProviderInstanceBinding<T> extends Binding<T>, HasDependencies
get
method is invoked to resolve
injections.Modifier and Type | Method and Description |
---|---|
java.util.Set<InjectionPoint> |
getInjectionPoints()
Returns the field and method injection points of the provider, injected at injector-creation
time only.
|
Provider<? extends T> |
getProviderInstance()
Returns the user-supplied, unscoped provider.
|
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvider
acceptVisitor, applyTo, getSource
getDependencies
Provider<? extends T> getProviderInstance()
java.util.Set<InjectionPoint> getInjectionPoints()