| Package | Description |
|---|---|
| com.sk89q.intake.internal.parametric | |
| com.sk89q.intake.parametric |
| Modifier and Type | Method and Description |
|---|---|
<T> Binding<T> |
InternalInjector.getBinding(Class<T> type) |
<T> Binding<T> |
InternalInjector.getBinding(Key<T> key) |
| Modifier and Type | Method and Description |
|---|---|
<T> Binding<T> |
Injector.getBinding(Class<T> type)
Get the binding for the given class, if one exists.
|
<T> Binding<T> |
Injector.getBinding(Key<T> key)
Get the binding for the given key, if one exists.
|
Copyright © 2015. All Rights Reserved.