Uses of Class
org.apache.commons.csv.QuoteMode
-
-
Uses of QuoteMode in org.apache.commons.csv
Fields in org.apache.commons.csv declared as QuoteMode Modifier and Type Field Description private QuoteMode
CSVFormat.Builder. quoteMode
private QuoteMode
CSVFormat. quoteMode
The quote policy output fields.Methods in org.apache.commons.csv that return QuoteMode Modifier and Type Method Description QuoteMode
CSVFormat. getQuoteMode()
Gets the quote policy output fields.static QuoteMode
QuoteMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QuoteMode[]
QuoteMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.csv with parameters of type QuoteMode Modifier and Type Method Description CSVFormat.Builder
CSVFormat.Builder. setQuoteMode(QuoteMode quoteMode)
Sets the quote policy to use for output.CSVFormat
CSVFormat. withQuoteMode(QuoteMode quoteMode)
Deprecated.
-