Package | Description |
---|---|
org.glassfish.jersey.inject.hk2 |
Modifier and Type | Class and Description |
---|---|
class |
DelayedHk2InjectionManager
Implementation of
InjectionManager that is able to delay service's registration
and injection to DelayedHk2InjectionManager.completeRegistration() phase. |
class |
ImmediateHk2InjectionManager
Implementation of
InjectionManager that is able to register and inject services. |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
Hk2Helper.bind(AbstractHk2InjectionManager injectionManager,
Binder jerseyBinder)
Bind a translated Jersey-like
Binder to HK2-like Binder . |