|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.betwixt.io.read.BeanCreationChain
org.apache.commons.betwixt.io.read.BeanCreationList.ChainWorker
Worker class walks a chain
| Field Summary | |
private java.util.Iterator |
iterator
Iterator for the creator list |
| Constructor Summary | |
(package private) |
BeanCreationList.ChainWorker()
Creates the iterator |
| Method Summary | |
java.lang.Object |
create(ElementMapping elementMapping,
ReadContext readContext)
Create a bean for the given mapping in the given context. |
| Methods inherited from class org.apache.commons.betwixt.io.read.BeanCreationChain |
createDefaultChain |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Iterator iterator
| Constructor Detail |
BeanCreationList.ChainWorker()
| Method Detail |
public java.lang.Object create(ElementMapping elementMapping,
ReadContext readContext)
BeanCreationChain
create in class BeanCreationChainelementMapping - 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 nullreadContext - the context in which this creation happens, not null
BeanCreationChain.create(org.apache.commons.betwixt.io.read.ElementMapping, org.apache.commons.betwixt.io.read.ReadContext)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||