Package | Description |
---|---|
org.glassfish.jersey.ext.cdi1x.internal |
Jersey internal package supporting Jersey CDI integration.
|
org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CdiComponentProvider
Jersey CDI integration implementation.
|
class |
CdiServerComponentProvider
Implementation of ComponentProvider for Jersey Server
|
Modifier and Type | Method and Description |
---|---|
static void |
ProviderBinder.bindProviders(ComponentBag componentBag,
RuntimeType constrainedTo,
Set<Class<?>> registeredClasses,
InjectionManager injectionManager,
Collection<ComponentProvider> componentProviders)
Bind all providers contained in
providerBag (classes and instances) using injection manager. |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentProvider
Component provider interface to allow custom management of 3rd party
components life-cycle and dependency injection.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.