| Package | Description |
|---|---|
| com.sk89q.intake.internal.parametric | |
| com.sk89q.intake.parametric | |
| com.sk89q.intake.parametric.binder |
| Modifier and Type | Method and Description |
|---|---|
<T> Provider<T> |
InternalInjector.getProvider(Class<T> type) |
<T> Provider<T> |
InternalInjector.getProvider(Key<T> key) |
| Modifier and Type | Method and Description |
|---|---|
Provider<T> |
Binding.getProvider()
Get the provider
|
<T> Provider<T> |
Injector.getProvider(Class<T> type)
Get the provider for the given class, if one exists.
|
<T> Provider<T> |
Injector.getProvider(Key<T> key)
Get the provider for the given key, if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingBuilder.toProvider(Provider<T> provider)
Creates a binding that is provided by the given provider class.
|
Copyright © 2015. All Rights Reserved.