Uses of Class
com.univocity.parsers.common.AbstractParser
Packages that use AbstractParser
Package
Description
-
Uses of AbstractParser in com.univocity.parsers.common
Fields in com.univocity.parsers.common declared as AbstractParserModifier and TypeFieldDescriptionprivate final AbstractParser<?>
DefaultParsingContext.parser
private final AbstractParser<?>
ParserOutput.parser
Constructors in com.univocity.parsers.common with parameters of type AbstractParserModifierConstructorDescriptionDefaultParsingContext
(AbstractParser<?> parser, int errorContentLength) ParserOutput
(AbstractParser<?> parser, CommonParserSettings<?> settings) Initializes the ParserOutput with the configuration specified inCommonParserSettings
-
Uses of AbstractParser in com.univocity.parsers.common.iterators
Fields in com.univocity.parsers.common.iterators declared as AbstractParserConstructors in com.univocity.parsers.common.iterators with parameters of type AbstractParserModifierConstructorDescriptionprotected
ParserIterator
(AbstractParser parser) Creates aParserIterator
using the providedparser
RecordIterator
(AbstractParser parser) RowIterator
(AbstractParser parser) -
Uses of AbstractParser in com.univocity.parsers.common.routine
Methods in com.univocity.parsers.common.routine that return AbstractParserModifier and TypeMethodDescriptionprotected abstract AbstractParser<P>
AbstractRoutines.createParser
(P parserSettings) Creates a new parser implementation using the given parser configuration -
Uses of AbstractParser in com.univocity.parsers.csv
Subclasses of AbstractParser in com.univocity.parsers.csv -
Uses of AbstractParser in com.univocity.parsers.fixed
Subclasses of AbstractParser in com.univocity.parsers.fixedModifier and TypeClassDescriptionclass
A fast and flexible fixed-with parser implementation. -
Uses of AbstractParser in com.univocity.parsers.tsv
Subclasses of AbstractParser in com.univocity.parsers.tsv