| java.lang.Object org.apache.commons.betwixt.io.read.ChainedBeanCreatorFactory
ChainedBeanCreatorFactory | public class ChainedBeanCreatorFactory (Code) | | Group of factory methods for ChainedBeanCreator 's.
The standard implementations used by Betwixt are present here.
author: Robert Burrell Donkin since: 0.5 |
createDerivedBeanCreator | final public static ChainedBeanCreator createDerivedBeanCreator()(Code) | | Creates a ChainedBeanCreator that constructs derived beans.
These have their classname set by an xml attribute.
ChainedBeanCreator that implements Derived beans logic, not null |
createElementTypeBeanCreator | final public static ChainedBeanCreator createElementTypeBeanCreator()(Code) | | Creates a ChainedBeanCreator that constructs beans based on element type.
ChainedBeanCreator that implements load by type beans logic, not null |
createIDREFBeanCreator | final public static ChainedBeanCreator createIDREFBeanCreator()(Code) | | Creates a ChainedBeanCreator that finds existing beans based on their IDREF.
ChainedBeanCreator that implements IDREF beans logic, not null |
|
|