T - type of items a source using this file format will emitpublic class CsvFileFormat<T> extends Object implements FileFormat<T>
FileFormat for CSV files. See FileFormat.csv(java.util.List<java.lang.String>) for more
 details.| Modifier and Type | Field and Description | 
|---|---|
static String | 
FORMAT_CSV
Format ID for CSV. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Class<T> | 
clazz()
Returns the class Jet will deserialize data into. 
 | 
boolean | 
equals(Object o)  | 
List<String> | 
fieldNames()
Return the desired list of fields that is used with  
String[]
 class. | 
String | 
format()
Returns the name of the file format. 
 | 
int | 
hashCode()  | 
public static final String FORMAT_CSV
@Nonnull public String format()
FileFormatformat in interface FileFormat<T>@Nullable public List<String> fieldNames()
String[]
 class.Copyright © 2023 Hazelcast, Inc.. All rights reserved.