BeanIO 1.2.3

Package org.beanio.config

Stream definition factory classes.

See:
          Description

Interface Summary
ConfigurationLoader A ConfigurationLoader is used to load BeanIO mapping configurations from an input stream.
XmlTypeConstants XML node type constants.
 

Class Summary
Bean Stores bean information.
BeanConfig A property configuration that describes a Java bean object.
BeanIOConfig Stores BeanIO stream mapping configuration settings.
BeanPropertyConfig A bean property can be added to a BeanConfig to set a property value on the bean object that is not found in the input stream.
DefaultConfigurationFactory Default configuration factory implementation.
FieldConfig Stores configuration settings for a field.
GroupConfig Stores configuration settings for a record group.
NodeConfig Base class for record and record group configuration settings.
PropertyConfig Stores configuration settings for a property of a Java bean.
RecordConfig Stores configuration settings for a record.
StreamConfig Stores configuration settings for a stream.
StreamDefinitionFactory A StreamDefinitionFactory is used to convert a stream configuration into a StreamDefinition for parsing an I/O stream.
TypeHandlerConfig Stores configuration settings for a custom type handler.
 

Package org.beanio.config Description

Stream definition factory classes.


BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim