Uses of Interface
org.glassfish.jersey.internal.inject.ServiceHolder
Packages that use ServiceHolder
Package
Description
Common Jersey internal injection utility classes.
-
Uses of ServiceHolder in org.glassfish.jersey.inject.cdi.se
Methods in org.glassfish.jersey.inject.cdi.se that return types with arguments of type ServiceHolderModifier and TypeMethodDescription<T> List<ServiceHolder<T>>
CdiSeInjectionManager.getAllServiceHolders
(Class<T> contractOrImpl, Annotation... qualifiers) -
Uses of ServiceHolder in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject that implement ServiceHolderModifier and TypeClassDescriptionclass
Implementation of the instance keeper which kept the instance of the class fromInjectionManager
and the other information about this instance.Methods in org.glassfish.jersey.internal.inject that return types with arguments of type ServiceHolderModifier and TypeMethodDescription<T> List<ServiceHolder<T>>
InjectionManager.getAllServiceHolders
(Class<T> contractOrImpl, Annotation... qualifiers) Gets all services from this injection manager that implements this contract or has this implementation along with information about the service which can be kept byServiceHolder
.static <T> Collection<ServiceHolder<T>>
Providers.getAllServiceHolders
(InjectionManager injectionManager, Class<T> contract) Get collection of allServiceHolder
s bound for providers (custom and default) registered for the given service provider contract in the underlyinginjection manager
container.