|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 FlatParserFactory
config
- the stream configuration to pre-process
Preprocessor
public StreamFormat createStreamFormat(StreamConfig config)
ParserFactorySupport
StreamFormat
.
createStreamFormat
in class ParserFactorySupport
config
- the stream configuration
StreamFormat
public RecordFormat createRecordFormat(RecordConfig config)
ParserFactorySupport
RecordFormat
.
createRecordFormat
in class ParserFactorySupport
config
- the record configuration
RecordFormat
public FieldFormat createFieldFormat(FieldConfig config, Class<?> type)
ParserFactorySupport
FieldFormat
.
createFieldFormat
in class ParserFactorySupport
config
- the field configurationtype
- the property type, or null if not bound to a property
FieldFormat
protected RecordParserFactory getDefaultRecordParserFactory()
ParserFactorySupport
RecordParserFactory
.
getDefaultRecordParserFactory
in class ParserFactorySupport
RecordParserFactory
|
BeanIO 2.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |