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 JSONCSVParserJSONFactory. 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 JSONCSVParserParserFactory. 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 CSVSettingsCSVSettings. fromConfiguration(InputStream inputStream)static CSVSettingsCSVSettings. fromConfiguration(Path configurationPath)static CSVSettingsCSVSettings. fromConfiguration(JSONObject configuration)CSVSettingsJSONCSVParser. getCSVSettings()static CSVSettingsCSVSettings. getDefaultSettings()static CSVSettingsCSVSettings. newSettings()static CSVSettingsCSVSettings. newSettings(Column... columns)Methods in org.ghotibeaun.json.parser.csv with parameters of type CSVSettings Modifier and Type Method Description voidRow. appendField(Column column, String data, CSVSettings settings)static JSONCSVParserJSONCSVParserFactory. newJSONCSVParser(CSVSettings settings)Constructors in org.ghotibeaun.json.parser.csv with parameters of type CSVSettings Constructor Description Field(Column column, String fieldValue, CSVSettings settings)