Package | Description |
---|---|
org.apache.camel.guice.inject | |
org.apache.camel.guice.support | |
org.apache.camel.guice.support.internal |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static void |
Closers.close(Object key,
Object objectToBeClosed,
Closer closer,
CloseErrors errors)
Closes the given object with the Closer if the object is not null
|
Modifier and Type | Class and Description |
---|---|
class |
CloseErrorsImpl
The default implementation of @{link CloseErrors}
|
Apache Camel