Methods in org.apache.commons.betwixt.io.read with parameters of type ElementMapping |
abstract java.lang.Object |
BeanCreationChain.create(org.apache.commons.betwixt.io.read.ElementMapping elementMapping,
org.apache.commons.betwixt.io.read.ReadContext context)
Create a bean for the given mapping in the given context. |
java.lang.Object |
BeanCreationList.create(org.apache.commons.betwixt.io.read.ElementMapping elementMapping,
org.apache.commons.betwixt.io.read.ReadContext readContext)
Creates an Object based on the given element mapping and read context. |
java.lang.Object |
ChainedBeanCreator.create(org.apache.commons.betwixt.io.read.ElementMapping elementMapping,
org.apache.commons.betwixt.io.read.ReadContext context,
org.apache.commons.betwixt.io.read.BeanCreationChain chain)
Creates a bean either directly or by delegating the responsibility to the other
members of the chain. |