Interface | Description |
---|---|
ExecutionContext | |
Recipe |
The
Recipe interface abstracts the creation of objects |
Repository |
Class | Description |
---|---|
AbstractRecipe | |
ArrayRecipe | |
CollectionRecipe | |
ComponentFactoryRecipe<T extends ComponentFactoryMetadata> |
Pass-through recipe that allows custom bean manager (represented by a ComponentFactoryMetadata instance)
to fit into the container lifecycle.
|
DependentComponentFactoryRecipe |
Extends ComponentFactoryRecipe to support the dependency management (SatisfiableRecipe) for custom
bean managers (DependentComponentFactoryMetadata instances in this case).
|
ExecutionContext.Holder | |
IdRefRecipe | |
MapRecipe | |
MapRecipe.DummyDictionaryAsMap | |
PassThroughRecipe | |
RefRecipe | |
ValueRecipe |
This recipe will be used to create an object from a ValueMetadata.
|
Exception | Description |
---|---|
CircularDependencyException |
Copyright © 2013. All rights reserved.