package

org.apache.commons.betwixt.io.read

Package contains strategy and configuration classes used by reading only.

Interfaces

ChainedBeanCreator Creator of beans that may delegate responsibility to members down the chain. 

Classes

ArrayBindAction

Acts to bind an array property. 

BeanBindAction Action that creates and binds a new bean instance. 
BeanCreationChain A Chain of bean creators. 
BeanCreationList

Chain implementation that's backed by a list. 

ChainedBeanCreatorFactory Group of factory methods for ChainedBeanCreator's. 
ElementMapping Describes a mapping between an xml element and a betwixt element. 
MappingAction Executes mapping action for a subgraph. 
MappingAction.Base Basic action. 
ReadConfiguration Stores mapping phase configuration settings that apply only for bean reading. 
ReadContext

Extends Context to provide read specific functionality. 

SimpleTypeBindAction Action binds a simple type.