|
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.delimited.DelimitedParserFactory
public class DelimitedParserFactory
A ParserFactory for the delimited stream format.
| Constructor Summary | |
|---|---|
DelimitedParserFactory()
Constructs a new DelimitedParserFactory. |
|
| Method Summary | |
|---|---|
FieldFormat |
createFieldFormat(FieldConfig config,
Class<?> type)
Creates a format specific FieldFormat. |
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 |
|---|
createPreprocessor, 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 DelimitedParserFactory()
| Method Detail |
|---|
public 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 | ||||||||