| java.lang.Object org.apache.commons.betwixt.io.read.BeanCreationChain
All known Subclasses: org.apache.commons.betwixt.io.read.BeanCreationList,
BeanCreationChain | abstract public class BeanCreationChain (Code) | | A Chain of bean creators.
author: Robert Burrell Donkin since: 0.5 |
create | abstract public Object create(ElementMapping elementMapping, ReadContext context)(Code) | | Create a bean for the given mapping in the given context.
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 creation happens, not null the bean, possibly null |
createDefaultChain | final public static BeanCreationChain createDefaultChain()(Code) | | Creates the default BeanCreationChain used when reading beans.
a BeanCreationList with the default creators loader in order, not null |
|
|