| Package | Description |
|---|---|
| trip.spi | |
| trip.spi.helpers |
| Modifier and Type | Method and Description |
|---|---|
private <T> ProducerFactory<T> |
ServiceProvider.getProviderFor(Class<T> interfaceClazz,
Condition<T> condition) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ServiceProvider.providerFor(Class<T> interfaceClazz,
ProducerFactory<T> provider) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<Class<?>,List<ProducerFactory<?>>> |
ProducerFactoryMap.map |
| Modifier and Type | Method and Description |
|---|---|
ProducerFactory<?> |
ProducerFactoryMap.get(Class<?> clazz,
Condition<?> condition) |
| Modifier and Type | Method and Description |
|---|---|
private static Class<?> |
ProducerFactoryMap.getGenericClassFrom(ProducerFactory<?> provider) |
void |
ProducerFactoryMap.memorizeProviderForClazz(ProducerFactory<?> provider,
Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static ProducerFactoryMap |
ProducerFactoryMap.from(Iterable<ProducerFactory> iterable) |
Copyright © 2015. All rights reserved.