Package org.apache.commons.betwixt.io.read

Package contains strategy and configuration classes used by reading only.

See:
          Description

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

Class Summary
ArrayBindAction Acts to bind an array property.
ArrayBindAction.BeanMapping  
ArrayBindAction.ListUpdater Updates a list by adding the new value
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.
MappingAction.Ignore  
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.
 

Package org.apache.commons.betwixt.io.read Description

Package contains strategy and configuration classes used by reading only.