Package | Description |
---|---|
org.apache.commons.betwixt.io.read |
Package contains strategy and configuration classes used by reading only.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanCreationList
Chain implementation that's backed by a list.
|
Modifier and Type | Method and Description |
---|---|
static BeanCreationChain |
BeanCreationChain.createDefaultChain()
Creates the default
BeanCreationChain used when reading beans. |
BeanCreationChain |
ReadContext.getBeanCreationChain()
Gets the
BeanCreationChange to be used to create beans
when an element is mapped. |
BeanCreationChain |
ReadConfiguration.getBeanCreationChain()
Gets the BeanCreationChain that should be used to construct beans.
|
Modifier and Type | Method and Description |
---|---|
Object |
ChainedBeanCreator.create(ElementMapping elementMapping,
ReadContext context,
BeanCreationChain chain)
Creates a bean either directly or by delegating the responsibility to the other
members of the chain.
|
void |
ReadConfiguration.setBeanCreationChain(BeanCreationChain beanCreationChain)
Sets the BeanCreationChain that should be used to construct beans.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.