Uses of Interface
org.glassfish.hk2.api.IterableProvider
-
-
Uses of IterableProvider in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return IterableProvider Modifier and Type Method 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. -
Uses of IterableProvider in org.glassfish.hk2.configuration.hub.internal
Fields in org.glassfish.hk2.configuration.hub.internal declared as IterableProvider Modifier and Type Field Description private IterableProvider<BeanDatabaseUpdateListener>
HubImpl. listeners
-
Uses of IterableProvider in org.glassfish.hk2.extras.events.internal
Fields in org.glassfish.hk2.extras.events.internal declared as IterableProvider Modifier and Type Field Description private IterableProvider<DefaultTopicDistributionErrorService>
DefaultTopicDistributionService. errorHandlers
-
Uses of IterableProvider in org.glassfish.hk2.extras.interception.internal
Fields in org.glassfish.hk2.extras.interception.internal declared as IterableProvider Modifier and Type Field Description private IterableProvider<InterceptorOrderingService>
DefaultInterceptionService. orderers
-
Uses of IterableProvider in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement IterableProvider Modifier and Type Class Description class
IterableProviderImpl<T>
Methods in org.jvnet.hk2.internal that return IterableProvider Modifier and Type Method 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)
-