|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.betwixt.io.read.BeanCreationChain
public abstract class BeanCreationChain
A Chain of bean creators.
Constructor Summary | |
---|---|
BeanCreationChain()
|
Method Summary | |
---|---|
abstract java.lang.Object |
create(ElementMapping elementMapping,
ReadContext context)
Create a bean for the given mapping in the given context. |
static BeanCreationChain |
createDefaultChain()
Creates the default BeanCreationChain used when reading beans. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanCreationChain()
Method Detail |
---|
public static final BeanCreationChain createDefaultChain()
BeanCreationChain
used when reading beans.
BeanCreationList
with the default creators loader in order, not nullpublic abstract java.lang.Object create(ElementMapping elementMapping, ReadContext context)
elementMapping
- specifies the mapping between the type and element.
Note it is recommended that classes do not store a permenant
reference to this object since these objects may later be reused.
Not nullcontext
- the context in which this creation happens, not null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |