| org.apache.commons.betwixt.io.read.ChainedBeanCreator
ChainedBeanCreator | public interface ChainedBeanCreator (Code) | | Creator of beans that may delegate responsibility to members down the chain.
author: Robert Burrell Donkin since: 0.5 |
create | public Object create(ElementMapping elementMapping, ReadContext context, BeanCreationChain chain)(Code) | | Creates a bean either directly or by delegating the responsibility to the other
members of the chain.
Parameters: elementMapping - specifies the mapping between the type and element.Note it is recommended that classes do not store a permenantreference to this object since these objects may later be reused.Not null Parameters: context - the context in which this converision happens, not null Parameters: chain - not null the Object created, possibly null |
|
|