| Class | Description |
|---|---|
| ContextDebugService |
Debug service checks and collect information on jersey (and hk) related types instantiation.
|
| GuiceInstanceListener |
Listens guice for created services and checks correctness for services registered by
JerseyInstaller based installers. |
| HK2DebugFeature |
Jersey feature registers services instantiation tracker.
|
| HK2InstanceListener |
Listens HK2 for created services and checks correctness for services registered by
JerseyInstaller based installers. |
| Exception | Description |
|---|---|
| WrongContextException |
Exception thrown when service instantiated with HK2 or guice when opposite expected.
|