|
||||||||||
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
public class ChainedBeanCreatorFactory
Group of factory methods for ChainedBeanCreator
's.
The standard implementations used by Betwixt are present here.
Constructor Summary | |
---|---|
ChainedBeanCreatorFactory()
|
Method Summary | |
---|---|
static ChainedBeanCreator |
createDerivedBeanCreator()
Creates a ChainedBeanCreator that constructs derived beans. |
static ChainedBeanCreator |
createElementTypeBeanCreator()
Creates a ChainedBeanCreator that constructs beans based on element type. |
static 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 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 ChainedBeanCreator createElementTypeBeanCreator()
ChainedBeanCreator
that constructs beans based on element type.
ChainedBeanCreator
that implements load by type beans logic, not nullpublic static final 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 |