|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ChainedBeanCreator | |
| org.apache.commons.betwixt.io.read | |
| Uses of ChainedBeanCreator in org.apache.commons.betwixt.io.read |
| Methods in org.apache.commons.betwixt.io.read that return ChainedBeanCreator | |
static org.apache.commons.betwixt.io.read.ChainedBeanCreator |
ChainedBeanCreatorFactory.createDerivedBeanCreator()
Creates a ChainedBeanCreator that constructs derived beans. |
static org.apache.commons.betwixt.io.read.ChainedBeanCreator |
ChainedBeanCreatorFactory.createElementTypeBeanCreator()
Creates a ChainedBeanCreator that constructs beans based on element type. |
static org.apache.commons.betwixt.io.read.ChainedBeanCreator |
ChainedBeanCreatorFactory.createIDREFBeanCreator()
Creates a ChainedBeanCreator that finds existing beans based on their IDREF. |
| Methods in org.apache.commons.betwixt.io.read with parameters of type ChainedBeanCreator | |
void |
BeanCreationList.insertBeanCreator(int index,
org.apache.commons.betwixt.io.read.ChainedBeanCreator beanCreator)
Inserts a BeanCreator at the given position in the chain. |
void |
BeanCreationList.addBeanCreator(org.apache.commons.betwixt.io.read.ChainedBeanCreator beanCreator)
Adds a BeanCreator to the end of the chain. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||