| java.lang.Object org.apache.commons.betwixt.io.read.ReadConfiguration
ReadConfiguration | public class ReadConfiguration (Code) | | Stores mapping phase configuration settings that apply only for bean reading.
author: Robert Burrell Donkin since: 0.5 |
getActionMappingStrategy | public ActionMappingStrategy getActionMappingStrategy()(Code) | | Gets the ActionMappingStrategy used to define
default mapping actions.
ActionMappignStrategy , not null |
getBeanCreationChain | public BeanCreationChain getBeanCreationChain()(Code) | | Gets the BeanCreationChain that should be used to construct beans.
the BeanCreationChain to use, not null |
setActionMappingStrategy | public void setActionMappingStrategy(ActionMappingStrategy actionMappingStrategy)(Code) | | Sets the ActionMappingStrategy used to define
default mapping acitons.
Parameters: actionMappingStrategy - ActionMappignStrategy , not null |
setBeanCreationChain | public void setBeanCreationChain(BeanCreationChain beanCreationChain)(Code) | | Sets the BeanCreationChain that should be used to construct beans.
Parameters: beanCreationChain - the BeanCreationChain to use, not null |
|
|