org.apache.commons.betwixt.io.read
Class ReadConfiguration

java.lang.Object
  |
  +--org.apache.commons.betwixt.io.read.ReadConfiguration

public class ReadConfiguration
extends java.lang.Object

Stores mapping phase configuration settings that apply only for bean reading.

Since:
0.5
Author:
Robert Burrell Donkin

Constructor Summary
ReadConfiguration()
           
 
Method Summary
 org.apache.commons.betwixt.io.read.BeanCreationChain getBeanCreationChain()
          Gets the BeanCreationChain that should be used to construct beans.
 void setBeanCreationChain(org.apache.commons.betwixt.io.read.BeanCreationChain beanCreationChain)
          Sets the BeanCreationChain that should be used to construct beans.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadConfiguration

public ReadConfiguration()
Method Detail

getBeanCreationChain

public org.apache.commons.betwixt.io.read.BeanCreationChain getBeanCreationChain()
Gets the BeanCreationChain that should be used to construct beans.

Returns:
the BeanCreationChain to use, not null

setBeanCreationChain

public void setBeanCreationChain(org.apache.commons.betwixt.io.read.BeanCreationChain beanCreationChain)
Sets the BeanCreationChain that should be used to construct beans.

Parameters:
beanCreationChain - the BeanCreationChain to use, not null


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