Uses of Class
com.univocity.parsers.csv.UnescapedQuoteHandling
-
Packages that use UnescapedQuoteHandling Package Description com.univocity.parsers.csv -
-
Uses of UnescapedQuoteHandling in com.univocity.parsers.csv
Fields in com.univocity.parsers.csv declared as UnescapedQuoteHandling Modifier and Type Field Description private UnescapedQuoteHandling
CsvParser. quoteHandling
private UnescapedQuoteHandling
CsvParserSettings. unescapedQuoteHandling
Methods in com.univocity.parsers.csv that return UnescapedQuoteHandling Modifier and Type Method Description UnescapedQuoteHandling
CsvParserSettings. getUnescapedQuoteHandling()
Returns the method of handling values with unescaped quotes.static UnescapedQuoteHandling
UnescapedQuoteHandling. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnescapedQuoteHandling[]
UnescapedQuoteHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.univocity.parsers.csv with parameters of type UnescapedQuoteHandling Modifier and Type Method Description void
CsvParserSettings. setUnescapedQuoteHandling(UnescapedQuoteHandling unescapedQuoteHandling)
Configures the handling of values with unescaped quotes.
-