|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommonParserSettings | |
|---|---|
| com.univocity.parsers.common | |
| com.univocity.parsers.common.routine | |
| com.univocity.parsers.csv | |
| com.univocity.parsers.fixed | |
| com.univocity.parsers.tsv | |
| Uses of CommonParserSettings in com.univocity.parsers.common |
|---|
| Classes in com.univocity.parsers.common with type parameters of type CommonParserSettings | |
|---|---|
class |
AbstractParser<T extends CommonParserSettings<?>>
The AbstractParser class provides a common ground for all parsers in uniVocity-parsers. |
| Fields in com.univocity.parsers.common declared as CommonParserSettings | |
|---|---|
protected CommonParserSettings<?> |
ParserOutput.settings
|
protected T |
AbstractParser.settings
|
| Constructors in com.univocity.parsers.common with parameters of type CommonParserSettings | |
|---|---|
ParserOutput(CommonParserSettings<?> settings)
Initializes the ParserOutput with the configuration specified in CommonParserSettings |
|
| Uses of CommonParserSettings in com.univocity.parsers.common.routine |
|---|
| Classes in com.univocity.parsers.common.routine with type parameters of type CommonParserSettings | |
|---|---|
class |
AbstractRoutines<P extends CommonParserSettings<?>,W extends CommonWriterSettings<?>>
Basic implementation of commonly used routines around parsing/writing of data that can be reused and extended by parsers/writers of any supported format. |
| Uses of CommonParserSettings in com.univocity.parsers.csv |
|---|
| Subclasses of CommonParserSettings in com.univocity.parsers.csv | |
|---|---|
class |
CsvParserSettings
This is the configuration class used by the CSV parser ( CsvParser) |
| Uses of CommonParserSettings in com.univocity.parsers.fixed |
|---|
| Subclasses of CommonParserSettings in com.univocity.parsers.fixed | |
|---|---|
class |
FixedWidthParserSettings
This is the configuration class used by the Fixed-Width parser ( FixedWidthParser) |
| Uses of CommonParserSettings in com.univocity.parsers.tsv |
|---|
| Subclasses of CommonParserSettings in com.univocity.parsers.tsv | |
|---|---|
class |
TsvParserSettings
This is the configuration class used by the TSV parser ( TsvParser) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||