Uses of Interface
org.glassfish.jersey.internal.inject.ServiceHolder
-
Packages that use ServiceHolder Package Description org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. -
-
Uses of ServiceHolder in org.glassfish.jersey.internal.inject
Classes in org.glassfish.jersey.internal.inject that implement ServiceHolder Modifier and Type Class Description classServiceHolderImpl<T>Implementation of the instance keeper which kept the instance of the class fromInjectionManagerand the other information about this instance.Methods in org.glassfish.jersey.internal.inject that return types with arguments of type ServiceHolder Modifier and Type Method Description <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 allServiceHolders bound for providers (custom and default) registered for the given service provider contract in the underlyinginjection managercontainer.
-