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

Packages that use BeanCreationChain
org.apache.commons.betwixt.io.read  
 

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 org.apache.commons.betwixt.io.read.BeanCreationChain BeanCreationChain.createDefaultChain()
          Creates the default BeanCreationChain used when reading beans.
 org.apache.commons.betwixt.io.read.BeanCreationChain ReadConfiguration.getBeanCreationChain()
          Gets the BeanCreationChain that should be used to construct beans.
 org.apache.commons.betwixt.io.read.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(org.apache.commons.betwixt.io.read.ElementMapping elementMapping, org.apache.commons.betwixt.io.read.ReadContext context, org.apache.commons.betwixt.io.read.BeanCreationChain chain)
          Creates a bean either directly or by delegating the responsibility to the other members of the chain.
 void ReadConfiguration.setBeanCreationChain(org.apache.commons.betwixt.io.read.BeanCreationChain beanCreationChain)
          Sets the BeanCreationChain that should be used to construct beans.
 



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