Uses of Class
org.ghotibeaun.json.parser.csv.CSVSettings
Package | Description |
---|---|
org.ghotibeaun.json | |
org.ghotibeaun.json.parser | |
org.ghotibeaun.json.parser.csv |
-
Uses of CSVSettings in org.ghotibeaun.json
Methods in org.ghotibeaun.json with parameters of type CSVSettings Modifier and Type Method Description abstract JSONCSVParser
JSONFactory. newCsvParser(CSVSettings settings)
-
Uses of CSVSettings in org.ghotibeaun.json.parser
Methods in org.ghotibeaun.json.parser with parameters of type CSVSettings Modifier and Type Method Description static JSONCSVParser
ParserFactory. getCsvParser(CSVSettings settings)
-
Uses of CSVSettings in org.ghotibeaun.json.parser.csv
Methods in org.ghotibeaun.json.parser.csv that return CSVSettings Modifier and Type Method Description static CSVSettings
CSVSettings. fromConfiguration(InputStream inputStream)
static CSVSettings
CSVSettings. fromConfiguration(Path configurationPath)
static CSVSettings
CSVSettings. fromConfiguration(JSONObject configuration)
CSVSettings
JSONCSVParser. getCSVSettings()
static CSVSettings
CSVSettings. getDefaultSettings()
static CSVSettings
CSVSettings. newSettings()
static CSVSettings
CSVSettings. newSettings(Column... columns)
Methods in org.ghotibeaun.json.parser.csv with parameters of type CSVSettings Modifier and Type Method Description void
Row. appendField(Column column, String data, CSVSettings settings)
static JSONCSVParser
JSONCSVParserFactory. newJSONCSVParser(CSVSettings settings)
Constructors in org.ghotibeaun.json.parser.csv with parameters of type CSVSettings Constructor Description Field(Column column, String fieldValue, CSVSettings settings)