| Interface | Description |
|---|---|
| LifecycleListener |
Callback for injected instances
|
| PostStartArguments |
Arguments used by
LifecycleManager after LifecycleManager.start() has been called. |
| PostStartArguments.WarmUpErrorHandler |
Called when there was a warm up error
|
| ResourceLocator |
Used to load
Resource and Resources annotated objects. |
| Class | Description |
|---|---|
| AnnotationFinder | |
| ClasspathScanner |
Utility to find annotated classes
|
| ClasspathUrlDecoder | |
| DefaultConfigurationMapper | |
| DefaultLifecycleListener | |
| FilteredLifecycleListener |
Wrapper listener that forwards to the provided listener only when the obj is in one of the
specified base packages.
|
| LifecycleConfigurationProviders | |
| LifecycleManager |
Main instance management container
|
| LifecycleManagerArguments | |
| LifecycleMethods |
Used internally to hold the methods important to the LifecycleManager
|
| LoggingLifecycleListener |
| Enum | Description |
|---|---|
| LifecycleState |
Possible states for a managed object
|
| Exception | Description |
|---|---|
| ValidationException |