Uses of Enum Class
com.univocity.parsers.csv.UnescapedQuoteHandling
Packages that use UnescapedQuoteHandling
-
Uses of UnescapedQuoteHandling in com.univocity.parsers.csv
Fields in com.univocity.parsers.csv declared as UnescapedQuoteHandlingModifier and TypeFieldDescriptionprivate UnescapedQuoteHandling
CsvParser.quoteHandling
private UnescapedQuoteHandling
CsvParserSettings.unescapedQuoteHandling
Methods in com.univocity.parsers.csv that return UnescapedQuoteHandlingModifier and TypeMethodDescriptionCsvParserSettings.getUnescapedQuoteHandling()
Returns the method of handling values with unescaped quotes.static UnescapedQuoteHandling
Returns the enum constant of this class with the specified name.static UnescapedQuoteHandling[]
UnescapedQuoteHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.univocity.parsers.csv with parameters of type UnescapedQuoteHandlingModifier and TypeMethodDescriptionvoid
CsvParserSettings.setUnescapedQuoteHandling
(UnescapedQuoteHandling unescapedQuoteHandling) Configures the handling of values with unescaped quotes.