public abstract class BeanCreationChain extends Object
Constructor and Description |
---|
BeanCreationChain() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
create(ElementMapping elementMapping,
ReadContext context)
Create a bean for the given mapping in the given context.
|
static BeanCreationChain |
createDefaultChain()
Creates the default
BeanCreationChain used when reading beans. |
public static final BeanCreationChain createDefaultChain()
BeanCreationChain
used when reading beans.BeanCreationList
with the default creators loader in order, not nullpublic abstract Object create(ElementMapping elementMapping, ReadContext context)
elementMapping
- specifies the mapping between the type and element.
Note it is recommended that classes do not store a permenant
reference to this object since these objects may later be reused.
Not nullcontext
- the context in which this creation happens, not nullCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.