| Package | Description |
|---|---|
| org.apache.camel.guice.inject | |
| org.apache.camel.guice.support | |
| org.apache.camel.guice.support.internal | |
| org.apache.camel.guice.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
Injectors.close(com.google.inject.Injector injector)
Closes any singleton objects in the injector using the currently
registered
Closer implementations |
static void |
Injectors.close(com.google.inject.Injector injector,
Class<? extends Annotation> scopeAnnotationToClose)
Closes objects within the given scope using the currently registered
Closer implementations |
static void |
Injectors.close(com.google.inject.Injector injector,
Class<? extends Annotation> scopeAnnotationToClose,
CloseErrors errors)
Closes objects within the given scope using the currently registered
Closer implementations |
static void |
Injectors.close(com.google.inject.Injector injector,
CloseErrors errors)
Closes objects within the given scope using the currently registered
Closer implementations |
| Modifier and Type | Method and Description |
|---|---|
void |
CloseErrors.throwIfNecessary() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloseErrorsImpl.throwIfNecessary() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloseableScope.close()
Closes all of the objects within this scope using the given injector and
scope annotation and clears the scope
|
void |
CloseableScope.close(com.google.inject.Injector injector)
Closes all of the objects within the given injector of the specified
scope and clears the scope
|
Apache Camel