Uses of Class
org.apache.commons.betwixt.io.read.BeanCreationChain

Packages that use BeanCreationChain
org.apache.commons.betwixt.io.read Package contains strategy and configuration classes used by reading only. 
 

Uses of BeanCreationChain in org.apache.commons.betwixt.io.read
 

Subclasses of BeanCreationChain in org.apache.commons.betwixt.io.read
 class BeanCreationList
          Chain implementation that's backed by a list.
private  class BeanCreationList.ChainWorker
          Worker class walks a chain
 

Fields in org.apache.commons.betwixt.io.read declared as BeanCreationChain
private  BeanCreationChain ReadConfiguration.beanCreationChain
          Chain used to create beans defaults to BeanCreationChain.createDefaultChain()
 

Methods in org.apache.commons.betwixt.io.read that return BeanCreationChain
static BeanCreationChain BeanCreationChain.createDefaultChain()
          Creates the default BeanCreationChain used when reading beans.
 BeanCreationChain ReadConfiguration.getBeanCreationChain()
          Gets the BeanCreationChain that should be used to construct beans.
 BeanCreationChain ReadContext.getBeanCreationChain()
          Gets the BeanCreationChange to be used to create beans when an element is mapped.
 

Methods in org.apache.commons.betwixt.io.read with parameters of type BeanCreationChain
 java.lang.Object ChainedBeanCreator.create(ElementMapping elementMapping, ReadContext context, BeanCreationChain chain)
          Creates a bean either directly or by delegating the responsibility to the other members of the chain.
 void ReadConfiguration.setBeanCreationChain(BeanCreationChain beanCreationChain)
          Sets the BeanCreationChain that should be used to construct beans.