BeanIO 1.2.3

Package org.beanio.parser

Bean reader/writer implementation.

See:
          Description

Interface Summary
ConfigurationFactory A ConfigurationFactory is used by the DefaultStreamFactory to load stream definitions.
MessageFactory A MessageFactory implementation is used to generate localized error messages for record and field level errors.
 

Class Summary
AbstractBeanWriter The AbstractBeanWriter implements common methods for BeanWriter implementations.
BeanDefinition Property definition that defines a bean class and holds its own list of properties for setting on the bean class.
BeanPropertyDefinition This property definition is used to define a constant bean property value that does not directly map to any field in an input or output stream.
DefaultStreamFactory The DefaultStreamFactory stores configured stream definitions used to create bean readers and writers.
FieldDefinition A FieldDefinition is used to parse and format field values that make up a record or bean.
GroupDefinition A GroupDefinition is the branch in the tree structure that makes up a stream definition.
GroupNode A GroupNode holds child nodes including records and other groups.
Node A Node is the dynamic counterpart to the NodeDefinition and holds the current state of a node while reading or writing the stream.
NodeDefinition The NodeDefinition is the base class for classes used to make up a stream definition's internal tree structure.
PropertyDefinition Base class for bean property settings.
Record A Record holds state information about the last record read from an input stream.
RecordDefinition A RecordDefinition is used to parse and format a record.
RecordNode Holds state information for records being read from a input stream.
StreamDefinition A StreamDefinition stores all information needed to parse an input stream and format an output stream, and is used to create BeanReader and BeanWriter instances.
 

Package org.beanio.parser Description

Bean reader/writer implementation.


BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim