Uses of Package
com.univocity.parsers.common
-
Classes in com.univocity.parsers.common used by com.univocity.parsers.annotations.helpers Class Description NormalizedString ANormalizedString
allows representing text in a normalized fashion. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.common Class Description AbstractException Parent class of the Exception classes thrown by univocity-parsers.AbstractParser The AbstractParser class provides a common ground for all parsers in univocity-parsers.ColumnMap Class responsible for calculating and storing the position of fields parsed from the input.CommonParserSettings This is the parent class for all configuration classes used by parsers (AbstractParser
)CommonSettings This is the parent class for all configuration classes used by parsers (AbstractParser
) and writers (AbstractWriter
)CommonWriterSettings This is the parent class for all configuration classes used by writers (AbstractWriter
)Context ContextWrapper A simple a wrapper for aContext
.ConversionProcessor A basic interface for classes that associateConversion
implementations with fields of a given input/output.DataProcessingException ADataProcessingException
is an error thrown during the processing of a record successfully parsed.DefaultContext Default implementation of theContext
interface with essential information about the output being produced.DummyFormat A concrete (dummy) implementation ofFormat
.Format This is the parent class for all configuration classes that define a text format.IterableResult AnIterable
result that provides the current parsing context through theIterableResult.getContext()
methodLineReader A simple Reader implementation to enable parsers to process lines on demand, viaAbstractParser.parseLine(String)
NoopParsingContext AParsingContext
implementation that does nothing.NormalizedString ANormalizedString
allows representing text in a normalized fashion.ParserOutput The ParserOutput is the component that manages records parsed byAbstractParser
and their values.ParsingContext Parsing context information available to instances ofRowProcessor
.ParsingContextWrapper A simple a wrapper for aParsingContext
.ProcessorErrorHandler TheProcessorErrorHandler
is a callback used by the parser/writer to handle non-fatalDataProcessingException
s that may occur when processing rows using aProcessor
orRowWriterProcessor
.ResultIterator AnIterator
that provides the current parsing context through theResultIterator.getContext()
methodRowProcessorErrorHandler TheRowProcessorErrorHandler
is a callback used by the parser/writer to handle non-fatalDataProcessingException
s that may occur when processing rows using aRowProcessor
orRowWriterProcessor
.StringCache A simple cache of values associated with strings.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. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.common.fields Class Description NormalizedString ANormalizedString
allows representing text in a normalized fashion. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.common.input Class Description Format This is the parent class for all configuration classes that define a text format. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.common.iterators Class Description AbstractParser The AbstractParser class provides a common ground for all parsers in univocity-parsers.IterableResult AnIterable
result that provides the current parsing context through theIterableResult.getContext()
methodParsingContext Parsing context information available to instances ofRowProcessor
.ResultIterator AnIterator
that provides the current parsing context through theResultIterator.getContext()
method -
Classes in com.univocity.parsers.common used by com.univocity.parsers.common.processor Class Description ConversionProcessor A basic interface for classes that associateConversion
implementations with fields of a given input/output.DefaultConversionProcessor The base class forRowProcessor
andRowWriterProcessor
implementations that support value conversions provided byConversion
instances.NormalizedString ANormalizedString
allows representing text in a normalized fashion.ParsingContext Parsing context information available to instances ofRowProcessor
. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.common.processor.core Class Description Context ConversionProcessor A basic interface for classes that associateConversion
implementations with fields of a given input/output.DefaultConversionProcessor The base class forRowProcessor
andRowWriterProcessor
implementations that support value conversions provided byConversion
instances.NormalizedString ANormalizedString
allows representing text in a normalized fashion. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.common.record Class Description Context NormalizedString ANormalizedString
allows representing text in a normalized fashion. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.common.routine Class Description AbstractParser The AbstractParser class provides a common ground for all parsers in univocity-parsers.AbstractWriter The AbstractWriter class provides a common ground for all writers in univocity-parsers.CommonParserSettings This is the parent class for all configuration classes used by parsers (AbstractParser
)CommonWriterSettings This is the parent class for all configuration classes used by writers (AbstractWriter
)IterableResult AnIterable
result that provides the current parsing context through theIterableResult.getContext()
methodParsingContext Parsing context information available to instances ofRowProcessor
. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.csv Class Description AbstractParser The AbstractParser class provides a common ground for all parsers in univocity-parsers.AbstractWriter The AbstractWriter class provides a common ground for all writers in univocity-parsers.CommonParserSettings This is the parent class for all configuration classes used by parsers (AbstractParser
)CommonSettings This is the parent class for all configuration classes used by parsers (AbstractParser
) and writers (AbstractWriter
)CommonWriterSettings This is the parent class for all configuration classes used by writers (AbstractWriter
)Format This is the parent class for all configuration classes that define a text format. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.fixed Class Description AbstractParser The AbstractParser class provides a common ground for all parsers in univocity-parsers.AbstractWriter The AbstractWriter class provides a common ground for all writers in univocity-parsers.CommonParserSettings This is the parent class for all configuration classes used by parsers (AbstractParser
)CommonSettings This is the parent class for all configuration classes used by parsers (AbstractParser
) and writers (AbstractWriter
)CommonWriterSettings This is the parent class for all configuration classes used by writers (AbstractWriter
)Context Format This is the parent class for all configuration classes that define a text format.NormalizedString ANormalizedString
allows representing text in a normalized fashion.ParsingContext Parsing context information available to instances ofRowProcessor
. -
Classes in com.univocity.parsers.common used by com.univocity.parsers.tsv Class Description AbstractParser The AbstractParser class provides a common ground for all parsers in univocity-parsers.AbstractWriter The AbstractWriter class provides a common ground for all writers in univocity-parsers.CommonParserSettings This is the parent class for all configuration classes used by parsers (AbstractParser
)CommonSettings This is the parent class for all configuration classes used by parsers (AbstractParser
) and writers (AbstractWriter
)CommonWriterSettings This is the parent class for all configuration classes used by writers (AbstractWriter
)Format This is the parent class for all configuration classes that define a text format.