Uses of Class
org.apache.commons.betwixt.io.read.ReadContext

Packages that use ReadContext
org.apache.commons.betwixt.io  
org.apache.commons.betwixt.io.read  
 

Uses of ReadContext in org.apache.commons.betwixt.io
 

Constructors in org.apache.commons.betwixt.io with parameters of type ReadContext
BeanRuleSet(org.apache.commons.betwixt.XMLIntrospector introspector, java.lang.String basePath, org.apache.commons.betwixt.ElementDescriptor baseElementDescriptor, java.lang.Class baseBeanClass, org.apache.commons.betwixt.io.read.ReadContext baseContext)
          Base constructor.
 

Uses of ReadContext in org.apache.commons.betwixt.io.read
 

Methods in org.apache.commons.betwixt.io.read with parameters of type ReadContext
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.
 

Constructors in org.apache.commons.betwixt.io.read with parameters of type ReadContext
ReadContext(org.apache.commons.betwixt.io.read.ReadContext readContext)
          Constructs a ReadContext with the same settings as an existing Context.
 



Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.