|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.betwixt.io.read.ReadConfiguration
public class ReadConfiguration
Stores mapping phase configuration settings that apply only for bean reading.
| Constructor Summary | |
|---|---|
ReadConfiguration()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReadConfiguration()
| Method Detail |
|---|
public BeanCreationChain getBeanCreationChain()
public void setBeanCreationChain(BeanCreationChain beanCreationChain)
beanCreationChain - the BeanCreationChain to use, not nullpublic ActionMappingStrategy getActionMappingStrategy()
ActionMappingStrategy used to define
default mapping actions.
ActionMappignStrategy, not nullpublic void setActionMappingStrategy(ActionMappingStrategy actionMappingStrategy)
ActionMappingStrategy used to define
default mapping acitons.
actionMappingStrategy - ActionMappignStrategy, not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||