T - The built typepublic interface GenericProvider<T>
Provider for not-bound
parameterized types| Modifier and Type | Method and Description |
|---|---|
default Provider<T> |
asConstantProvider(Key<?> match)
|
T |
get(Key<?> match)
Creates an instance of
T using
the provided type parameters. |