|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.apache.commons.betwixt.io.read.ChainedBeanCreatorFactory
Group of factory methods for ChainedBeanCreator's.
The standard implementations used by Betwixt are present here.
| Constructor Summary | |
ChainedBeanCreatorFactory()
|
|
| Method Summary | |
static org.apache.commons.betwixt.io.read.ChainedBeanCreator |
createDerivedBeanCreator()
Creates a ChainedBeanCreator that constructs derived beans. |
static org.apache.commons.betwixt.io.read.ChainedBeanCreator |
createElementTypeBeanCreator()
Creates a ChainedBeanCreator that constructs beans based on element type. |
static org.apache.commons.betwixt.io.read.ChainedBeanCreator |
createIDREFBeanCreator()
Creates a ChainedBeanCreator that finds existing beans based on their IDREF. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChainedBeanCreatorFactory()
| Method Detail |
public static final org.apache.commons.betwixt.io.read.ChainedBeanCreator createDerivedBeanCreator()
ChainedBeanCreator that constructs derived beans.
These have their classname set by an xml attribute.
ChainedBeanCreator that implements Derived beans logic, not nullpublic static final org.apache.commons.betwixt.io.read.ChainedBeanCreator createElementTypeBeanCreator()
ChainedBeanCreator that constructs beans based on element type.
ChainedBeanCreator that implements load by type beans logic, not nullpublic static final org.apache.commons.betwixt.io.read.ChainedBeanCreator createIDREFBeanCreator()
ChainedBeanCreator that finds existing beans based on their IDREF.
ChainedBeanCreator that implements IDREF beans logic, not null
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||