- getAfterColumn() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Column name that we come after to have the order not be field or method position based.
- getColumnName() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Returns the header name for this column.
- getColumnName() - Method in class com.j256.simplecsv.processor.ParseError
-
Return the name of the column that was affected, if any.
- getColumnType() - Method in class com.j256.simplecsv.processor.ParseError
-
Return the java class of the column, if any.
- getColumnValue() - Method in class com.j256.simplecsv.processor.ParseError
-
Return the value of the column that was being parsed, if any.
- getConfigInfo() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Returns the configuration information associated with the column, if any.
- getConverter() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Returns the converter class associated with the column.
- getDefaultValue() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Returns the default string for the column or null if none.
- getErrorType() - Method in class com.j256.simplecsv.processor.ParseError
-
Return the enumerated error type for this parse error.
- getField() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Associated reflection field or null if using get/set method.
- getFieldName() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Name of the java field or the get/set methods.
- getGetMethod() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Associated reflection get/is method or null if using field.
- getLine() - Method in class com.j256.simplecsv.processor.ParseError
-
Line from the input that generated the error.
- getLineCount() - Method in class com.j256.simplecsv.processor.BufferedReaderLineCounter
-
- getLineNumber() - Method in class com.j256.simplecsv.processor.ParseError
-
Line number in the input file that generated the error.
- getLinePos() - Method in class com.j256.simplecsv.processor.ParseError
-
Line position in the input line where the parse error occurred, if any.
- getMessage() - Method in class com.j256.simplecsv.processor.ParseError
-
Return a string message providing details about the error.
- getPosition() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Returns the position the column appears in the file.
- getSetMethod() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Associated reflection set method or null if using field.
- getSingleton() - Static method in class com.j256.simplecsv.converter.BigDecimalConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.BigIntegerConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.BooleanConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.ByteConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.CharacterConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.DateConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.DoubleConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.EnumConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.FloatConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.IntegerConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.LongConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.ShortConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.StringConverter
-
Get singleton for class.
- getSingleton() - Static method in class com.j256.simplecsv.converter.UuidConverter
-
Get singleton for class.
- getType() - Method in class com.j256.simplecsv.processor.ColumnInfo
-
- getTypeMessage() - Method in enum com.j256.simplecsv.processor.ParseError.ErrorType
-
- getValue(Object) - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Get the value associated with this field from the object parameter either by getting from the field or calling
the get method.
- setAllowPartialLines(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to true to allow lines that do not have values for all of the columns.
- setAlwaysTrimInput(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to true to always call
String.trim()
on data input columns to remove any spaces from the start or
end.
- setColumnName(String) - Method in class com.j256.simplecsv.processor.ParseError
-
- setColumnNameMatcher(ColumnNameMatcher) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set the column name matcher class which will be used to see if the column from the CSV file matches the
definition name.
- setColumnQuote(char) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Quote character that is used to wrap each column.
- setColumnSeparator(char) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
String that separates columns in out CSV input and output.
- setColumnType(Class<?>) - Method in class com.j256.simplecsv.processor.ParseError
-
- setColumnValue(String) - Method in class com.j256.simplecsv.processor.ParseError
-
- setConstructorCallable(Callable<T>) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set the a method that will construct the entity we are loading.
- setEntityClass(Class<T>) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Class that we are processing.
- setErrorType(ParseError.ErrorType) - Method in class com.j256.simplecsv.processor.ParseError
-
- setFirstLineHeader(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to false if the first line is a header line to be processed.
- setFlexibleOrder(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to true if the order of the input columns is flexible and does not have to match the order of the definition
fields in the entity.
- setHeaderValidation(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to false to not validate the header when it is read in.
- setIgnoreUnknownColumns(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to true to ignore columns that are not know to the configuration.
- setLine(String) - Method in class com.j256.simplecsv.processor.ParseError
-
- setLineNumber(int) - Method in class com.j256.simplecsv.processor.ParseError
-
- setLinePos(int) - Method in class com.j256.simplecsv.processor.ParseError
-
- setLineTermination(String) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Sets the character which is written at the end of the row.
- setMessage(String) - Method in class com.j256.simplecsv.processor.ParseError
-
- setPosition(int) - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Set the position the column appears in the file.
- setRowValidator(RowValidator<T>) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set the validator which will validate each entity after it has been parsed.
- setValue(Object, T) - Method in class com.j256.simplecsv.processor.ColumnInfo
-
Set the value associated with this field from the object parameter either by setting via the field or calling the
set method.
- ShortConverter - Class in com.j256.simplecsv.converter
-
Converter for the Java Short type.
- ShortConverter() - Constructor for class com.j256.simplecsv.converter.ShortConverter
-
- StringConverter - Class in com.j256.simplecsv.converter
-
Converter for the Java String type.
- StringConverter() - Constructor for class com.j256.simplecsv.converter.StringConverter
-
- stringToJava(String, int, int, ColumnInfo<T>, String, ParseError) - Method in class com.j256.simplecsv.converter.AbstractNumberConverter
-
- stringToJava(String, int, int, ColumnInfo<BigDecimal>, String, ParseError) - Method in class com.j256.simplecsv.converter.BigDecimalConverter
-
- stringToJava(String, int, int, ColumnInfo<BigInteger>, String, ParseError) - Method in class com.j256.simplecsv.converter.BigIntegerConverter
-
- stringToJava(String, int, int, ColumnInfo<Boolean>, String, ParseError) - Method in class com.j256.simplecsv.converter.BooleanConverter
-
- stringToJava(String, int, int, ColumnInfo<Character>, String, ParseError) - Method in class com.j256.simplecsv.converter.CharacterConverter
-
- stringToJava(String, int, int, ColumnInfo<T>, String, ParseError) - Method in interface com.j256.simplecsv.converter.Converter
-
Converts from a string representation to Java.
- stringToJava(String, int, int, ColumnInfo<Date>, String, ParseError) - Method in class com.j256.simplecsv.converter.DateConverter
-
- stringToJava(String, int, int, ColumnInfo<Enum<?>>, String, ParseError) - Method in class com.j256.simplecsv.converter.EnumConverter
-
- stringToJava(String, int, int, ColumnInfo<String>, String, ParseError) - Method in class com.j256.simplecsv.converter.StringConverter
-
- stringToJava(String, int, int, ColumnInfo<UUID>, String, ParseError) - Method in class com.j256.simplecsv.converter.UuidConverter
-
- stringToJava(String, int, int, ColumnInfo<Void>, String, ParseError) - Method in class com.j256.simplecsv.converter.VoidConverter
-
- withAllowPartialLines(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to true to allow lines that do not have values for all of the columns.
- withAlwaysTrimInput(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to true to always call
String.trim()
on data input columns to remove any spaces from the start or
end.
- withColumnNameMatcher(ColumnNameMatcher) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set the column name matcher class which will be used to see if the column from the CSV file matches the
definition name.
- withColumnQuote(char) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Quote character that is used to wrap each column.
- withColumnSeparator(char) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
String that separates columns in out CSV input and output.
- withConstructorCallable(Callable<T>) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set the a method that will construct the entity we are loading.
- withConverter(Class<FT>, Converter<FT, ?>) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Register a converter class for all instances of the class argument.
- withEntityClass(Class<T>) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Class that we are processing.
- withFirstLineHeader(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to false if the first line is a header line to be processed.
- withFlexibleOrder(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to true if the order of the input columns is flexible and does not have to match the order of the definition
fields in the entity.
- withHeaderValidation(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to false to not validate the header when it is read in.
- withIgnoreUnknownColumns(boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set to true to ignore columns that are not know to the configuration.
- withLineTermination(String) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Sets the character which is written at the end of the row.
- withRowValidator(RowValidator<T>) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Set the validator which will validate each entity after it has been parsed.
- writeAll(File, Collection<T>, boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Write a collection of entities to the writer.
- writeAll(Writer, Collection<T>, boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Write a header and then the collection of entities to the writer.
- writeHeader(BufferedWriter, boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Write the header line to the writer.
- writeRow(BufferedWriter, T, boolean) - Method in class com.j256.simplecsv.processor.CsvProcessor
-
Write an entity row to the writer.