| 
 | BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.beanio.internal.compiler.ProcessorSupport
org.beanio.internal.compiler.ParserFactorySupport
org.beanio.internal.compiler.flat.FlatParserFactory
org.beanio.internal.compiler.fixedlength.FixedLengthParserFactory
public class FixedLengthParserFactory
A ParserFactory for the fixed length stream format.
| Constructor Summary | |
|---|---|
| FixedLengthParserFactory()Constructs a new FixedLengthParserFactory. | |
| Method Summary | |
|---|---|
|  FieldFormat | createFieldFormat(FieldConfig config,
                  Class<?> type)Creates a format specific FieldFormat. | 
| protected  Preprocessor | createPreprocessor(StreamConfig config)Creates a stream configuration pre-processor. | 
|  RecordFormat | createRecordFormat(RecordConfig config)Creates a format specific RecordFormat. | 
|  StreamFormat | createStreamFormat(StreamConfig config)Creates a format specific StreamFormat. | 
| protected  RecordParserFactory | getDefaultRecordParserFactory()Returns the default RecordParserFactory. | 
| Methods inherited from class org.beanio.internal.compiler.flat.FlatParserFactory | 
|---|
| finalizeRecord | 
| Methods inherited from class org.beanio.internal.compiler.ProcessorSupport | 
|---|
| getParent, handleComponent, process | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FixedLengthParserFactory()
| Method Detail | 
|---|
protected Preprocessor createPreprocessor(StreamConfig config)
ParserFactorySupport
createPreprocessor in class FlatParserFactoryconfig - the stream configuration to pre-process
Preprocessorpublic StreamFormat createStreamFormat(StreamConfig config)
ParserFactorySupportStreamFormat.
createStreamFormat in class ParserFactorySupportconfig - the stream configuration
StreamFormatpublic RecordFormat createRecordFormat(RecordConfig config)
ParserFactorySupportRecordFormat.
createRecordFormat in class ParserFactorySupportconfig - the record configuration
RecordFormat
public FieldFormat createFieldFormat(FieldConfig config,
                                     Class<?> type)
ParserFactorySupportFieldFormat.
createFieldFormat in class ParserFactorySupportconfig - the field configurationtype - the property type, or null if not bound to a property
FieldFormatprotected RecordParserFactory getDefaultRecordParserFactory()
ParserFactorySupportRecordParserFactory.
getDefaultRecordParserFactory in class ParserFactorySupportRecordParserFactory| 
 | BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||