Modifier and Type | Method and Description |
---|---|
IterableProvider<T> |
IterableProvider.named(java.lang.String name)
Returns an IterableProvider that is further qualified
with the given name
|
<U> IterableProvider<U> |
IterableProvider.ofType(java.lang.reflect.Type type)
Returns an IterableProvider that is of the given type.
|
IterableProvider<T> |
IterableProvider.qualifiedWith(java.lang.annotation.Annotation... qualifiers)
A set of qualifiers to further restrict this iterator to.
|
Modifier and Type | Field and Description |
---|---|
private IterableProvider<BeanDatabaseUpdateListener> |
HubImpl.listeners |
Modifier and Type | Field and Description |
---|---|
private IterableProvider<DefaultTopicDistributionErrorService> |
DefaultTopicDistributionService.errorHandlers |
Modifier and Type | Field and Description |
---|---|
private IterableProvider<InterceptorOrderingService> |
DefaultInterceptionService.orderers |
Modifier and Type | Class and Description |
---|---|
class |
IterableProviderImpl<T> |
Modifier and Type | Method and Description |
---|---|
IterableProvider<T> |
IterableProviderImpl.named(java.lang.String name) |
<U> IterableProvider<U> |
IterableProviderImpl.ofType(java.lang.reflect.Type type) |
IterableProvider<T> |
IterableProviderImpl.qualifiedWith(java.lang.annotation.Annotation... qualifiers) |