Package | Description |
---|---|
org.glassfish.jersey.inject.cdi.se | |
org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
Modifier and Type | Method and Description |
---|---|
<T> List<ServiceHolder<T>> |
CdiSeInjectionManager.getAllServiceHolders(Class<T> contractOrImpl,
Annotation... qualifiers) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceHolderImpl<T>
Implementation of the instance keeper which kept the instance of the class from
InjectionManager and the other information about this instance. |
Modifier and Type | Method and 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 by
ServiceHolder . |
static <T> Collection<ServiceHolder<T>> |
Providers.getAllServiceHolders(InjectionManager injectionManager,
Class<T> contract)
Get collection of all
ServiceHolder s bound for providers (custom and default) registered for the given service
provider contract in the underlying injection manager container. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.