public class

ReadConfiguration

extends Object
java.lang.Object
   ↳ org.apache.commons.betwixt.io.read.ReadConfiguration

Class Overview

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

Summary

Public Constructors
ReadConfiguration()
Public Methods
ActionMappingStrategy getActionMappingStrategy()
Gets the ActionMappingStrategy used to define default mapping actions.
BeanCreationChain getBeanCreationChain()
Gets the BeanCreationChain that should be used to construct beans.
void setActionMappingStrategy(ActionMappingStrategy actionMappingStrategy)
Sets the ActionMappingStrategy used to define default mapping acitons.
void setBeanCreationChain(BeanCreationChain beanCreationChain)
Sets the BeanCreationChain that should be used to construct beans.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ReadConfiguration ()

Public Methods

public ActionMappingStrategy getActionMappingStrategy ()

Gets the ActionMappingStrategy used to define default mapping actions.

Returns
  • ActionMappignStrategy, not null

public BeanCreationChain getBeanCreationChain ()

Gets the BeanCreationChain that should be used to construct beans.

Returns
  • the BeanCreationChain to use, not null

public void setActionMappingStrategy (ActionMappingStrategy actionMappingStrategy)

Sets the ActionMappingStrategy used to define default mapping acitons.

Parameters
actionMappingStrategy ActionMappignStrategy, not null

public void setBeanCreationChain (BeanCreationChain beanCreationChain)

Sets the BeanCreationChain that should be used to construct beans.

Parameters
beanCreationChain the BeanCreationChain to use, not null