Package | Description |
---|---|
org.apache.commons.betwixt.io.read |
Package contains strategy and configuration classes used by reading only.
|
Modifier and Type | Method and Description |
---|---|
static ChainedBeanCreator |
ChainedBeanCreatorFactory.createDerivedBeanCreator()
Creates a
ChainedBeanCreator that constructs derived beans. |
static ChainedBeanCreator |
ChainedBeanCreatorFactory.createElementTypeBeanCreator()
Creates a
ChainedBeanCreator that constructs beans based on element type. |
static ChainedBeanCreator |
ChainedBeanCreatorFactory.createIDREFBeanCreator()
Creates a
ChainedBeanCreator that finds existing beans based on their IDREF. |
Modifier and Type | Method and Description |
---|---|
void |
BeanCreationList.addBeanCreator(ChainedBeanCreator beanCreator)
Adds a
BeanCreator to the end of the chain. |
void |
BeanCreationList.insertBeanCreator(int index,
ChainedBeanCreator beanCreator)
Inserts a
BeanCreator at the given position in the chain. |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.