public interface ChainedBeanCreator
Modifier and Type | Method and Description |
---|---|
Object |
create(ElementMapping elementMapping,
ReadContext context,
BeanCreationChain chain)
Creates a bean either directly or by delegating the responsibility to the other
members of the chain.
|
Object create(ElementMapping elementMapping, ReadContext context, BeanCreationChain chain)
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 converision happens, not nullchain
- not nullCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.