|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ConversionProcessor | A basic interface for classes that associate Conversion implementations with fields of a given input/output. |
ParsingContext | Context information available to instances of RowProcessor . |
RowProcessorErrorHandler | The RowProcessorErrorHandler is a callback used by the parser/writer to handle non-fatal DataProcessingException s that may occur when
processing rows using a RowProcessor or RowWriterProcessor . |
Class Summary | |
---|---|
AbstractParser<T extends CommonParserSettings<?>> | The AbstractParser class provides a common ground for all parsers in uniVocity-parsers. |
AbstractWriter<S extends CommonWriterSettings<?>> | The AbstractWriter class provides a common ground for all writers in uniVocity-parsers. |
ArgumentUtils | An utility class for validating inputs. |
CommonParserSettings<F extends Format> | This is the parent class for all configuration classes used by parsers (AbstractParser ) |
CommonSettings<F extends Format> | This is the parent class for all configuration classes used by parsers (AbstractParser ) and writers (AbstractWriter ) |
CommonWriterSettings<F extends Format> | This is the parent class for all configuration classes used by writers (AbstractWriter ) |
DefaultConversionProcessor | The base class for RowProcessor and RowWriterProcessor implementations that support value conversions provided by Conversion instances. |
Format | This is the parent class for all configuration classes that define a text format. |
ParserOutput | The ParserOutput is the component that manages records parsed by AbstractParser and their values. |
ParsingContextWrapper | A simple a wrapper for a ParsingContext . |
Exception Summary | |
---|---|
DataProcessingException | A DataProcessingException is an error thrown during the processing of a record successfully parsed. |
TextParsingException | Exception type used provide information about any issue that might happen while parsing from a given input. |
TextWritingException | Exception type used provide information about any issue that might happen while writing to a given output. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |