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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadConfiguration
public ReadConfiguration()
getBeanCreationChain
public BeanCreationChain getBeanCreationChain()
- Gets the BeanCreationChain that should be used to construct beans.
- Returns:
- the BeanCreationChain to use, not null
setBeanCreationChain
public void setBeanCreationChain(BeanCreationChain beanCreationChain)
- Sets the BeanCreationChain that should be used to construct beans.
- Parameters:
beanCreationChain
- the BeanCreationChain to use, not null
getActionMappingStrategy
public ActionMappingStrategy getActionMappingStrategy()
- Gets the
ActionMappingStrategy
used to define
default mapping actions.
- Returns:
ActionMappignStrategy
, not null
setActionMappingStrategy
public void setActionMappingStrategy(ActionMappingStrategy actionMappingStrategy)
- Sets the
ActionMappingStrategy
used to define
default mapping acitons.
- Parameters:
actionMappingStrategy
- ActionMappignStrategy
, not null
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.