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.
 

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

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.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.