Index

A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractConverter<K> - Class in org.csveed.bean.conversion
The Class AbstractConverter.
AbstractConverter(Class<K>) - Constructor for class org.csveed.bean.conversion.AbstractConverter
Instantiates a new abstract converter.
AbstractCsvError - Class in org.csveed.report
The Class AbstractCsvError.
AbstractCsvError(String) - Constructor for class org.csveed.report.AbstractCsvError
Instantiates a new abstract csv error.
AbstractMapper<T> - Class in org.csveed.bean
The Class AbstractMapper.
AbstractMapper() - Constructor for class org.csveed.bean.AbstractMapper
 
addCell(String) - Method in class org.csveed.row.LineWithInfo
Adds the cell.
addCharacter(int) - Method in class org.csveed.row.LineWithInfo
Adds the character.
addConverter(Class, Converter) - Method in class org.csveed.bean.conversion.DefaultConverters
Adds the converter.
addMapping(EncounteredSymbol, char[]) - Method in class org.csveed.token.SymbolMapping
Adds the mapping.
addMapping(EncounteredSymbol, Character) - Method in class org.csveed.token.SymbolMapping
Adds the mapping.
advanceDynamicColumn() - Method in class org.csveed.bean.DynamicColumn
Advance dynamic column.
atFirstDynamicColumn() - Method in class org.csveed.bean.DynamicColumn
At first dynamic column.

B

beanInstructions - Variable in class org.csveed.bean.AbstractMapper
The bean instructions.
BeanInstructions - Interface in org.csveed.bean
These instructions are used to power the BeanReader.
BeanInstructionsImpl - Class in org.csveed.bean
The Class BeanInstructionsImpl.
BeanInstructionsImpl(Class) - Constructor for class org.csveed.bean.BeanInstructionsImpl
Instantiates a new bean instructions impl.
BeanParser - Class in org.csveed.bean
The Class BeanParser.
BeanParser() - Constructor for class org.csveed.bean.BeanParser
 
BeanProperties - Class in org.csveed.bean
The Class BeanProperties.
BeanProperties(Class) - Constructor for class org.csveed.bean.BeanProperties
Instantiates a new bean properties.
BeanProperty - Class in org.csveed.bean
The Class BeanProperty.
BeanProperty() - Constructor for class org.csveed.bean.BeanProperty
 
BeanPropertyConversionException - Exception Class in org.csveed.bean.conversion
The Class BeanPropertyConversionException.
BeanPropertyConversionException(String, String, Throwable) - Constructor for exception class org.csveed.bean.conversion.BeanPropertyConversionException
Instantiates a new bean property conversion exception.
BeanReader<T> - Interface in org.csveed.bean
The BeanReader is responsible for reading CSV rows and converting those into beans.
BeanReaderImpl<T> - Class in org.csveed.bean
The Class BeanReaderImpl.
BeanReaderImpl(Reader, Class<T>) - Constructor for class org.csveed.bean.BeanReaderImpl
Instantiates a new bean reader impl.
BeanReaderImpl(Reader, BeanInstructions) - Constructor for class org.csveed.bean.BeanReaderImpl
Instantiates a new bean reader impl.
BeanWrapper - Class in org.csveed.bean.conversion
The Class BeanWrapper.
BeanWrapper(DefaultConverters, Object) - Constructor for class org.csveed.bean.conversion.BeanWrapper
Instantiates a new bean wrapper.
BeanWriter<T> - Interface in org.csveed.bean
Class for writing Beans.
BeanWriterImpl<T> - Class in org.csveed.bean
The Class BeanWriterImpl.
BeanWriterImpl(Writer, Class<T>) - Constructor for class org.csveed.bean.BeanWriterImpl
Instantiates a new bean writer impl.
BeanWriterImpl(Writer, BeanInstructions) - Constructor for class org.csveed.bean.BeanWriterImpl
Instantiates a new bean writer impl.
BOM_SYMBOL - Enum constant in enum org.csveed.token.EncounteredSymbol
The bom symbol.
ByteArrayConverter - Class in org.csveed.bean.conversion
The Class ByteArrayConverter.
ByteArrayConverter() - Constructor for class org.csveed.bean.conversion.ByteArrayConverter
Instantiates a new byte array converter.

C

CellPositionInRow - Class in org.csveed.row
The Class CellPositionInRow.
CellPositionInRow() - Constructor for class org.csveed.row.CellPositionInRow
 
CharacterConverter - Class in org.csveed.bean.conversion
The Class CharacterConverter.
CharacterConverter(boolean) - Constructor for class org.csveed.bean.conversion.CharacterConverter
Instantiates a new character converter.
CharArrayConverter - Class in org.csveed.bean.conversion
The Class CharArrayConverter.
CharArrayConverter() - Constructor for class org.csveed.bean.conversion.CharArrayConverter
Instantiates a new char array converter.
CharsetConverter - Class in org.csveed.bean.conversion
The Class CharsetConverter.
CharsetConverter() - Constructor for class org.csveed.bean.conversion.CharsetConverter
Instantiates a new charset converter.
checkForAnnotations(BeanProperty) - Method in class org.csveed.bean.BeanParser
Check for annotations.
checkForReset(int) - Method in class org.csveed.bean.DynamicColumn
Check for reset.
checkKey(Header, Column) - Method in class org.csveed.bean.AbstractMapper
Check key.
checkKey(Header, Column) - Method in class org.csveed.bean.ColumnIndexMapper
 
checkKey(Header, Column) - Method in class org.csveed.bean.ColumnNameMapper
 
Column - Class in org.csveed.common
The Class Column.
Column() - Constructor for class org.csveed.common.Column
Instantiates a new column.
Column(int) - Constructor for class org.csveed.common.Column
Instantiates a new column.
Column(String) - Constructor for class org.csveed.common.Column
Instantiates a new column.
Column(Column) - Constructor for class org.csveed.common.Column
Instantiates a new column.
ColumnExcel - Class in org.csveed.common
The Class ColumnExcel.
ColumnExcel(String) - Constructor for class org.csveed.common.ColumnExcel
Instantiates a new column excel.
columnIndex() - Element in annotation type org.csveed.annotations.CsvCell
This value will only be used if CsvFile.useHeaders == false.
ColumnIndexKey - Class in org.csveed.common
The Class ColumnIndexKey.
ColumnIndexKey(int) - Constructor for class org.csveed.common.ColumnIndexKey
Instantiates a new column index key.
columnIndexKeys() - Method in class org.csveed.bean.BeanProperties
Column index keys.
ColumnIndexMapper<T> - Class in org.csveed.bean
The Class ColumnIndexMapper.
ColumnIndexMapper() - Constructor for class org.csveed.bean.ColumnIndexMapper
 
ColumnKey - Class in org.csveed.common
The Class ColumnKey.
ColumnKey() - Constructor for class org.csveed.common.ColumnKey
 
columnName() - Element in annotation type org.csveed.annotations.CsvCell
By default the column name is inferred from the property name.
ColumnNameKey - Class in org.csveed.common
The Class ColumnNameKey.
ColumnNameKey(String) - Constructor for class org.csveed.common.ColumnNameKey
Instantiates a new column name key.
columnNameKeys() - Method in class org.csveed.bean.BeanProperties
Column name keys.
ColumnNameMapper<T> - Class in org.csveed.bean
The Class ColumnNameMapper.
ColumnNameMapper() - Constructor for class org.csveed.bean.ColumnNameMapper
 
com.github.hazendaz.parent - module com.github.hazendaz.parent
 
comment() - Element in annotation type org.csveed.annotations.CsvFile
All lines starting with this symbol (must be at the first encountered position) will be considered comments, which are ignored by the parser.
COMMENT_LINE - Enum constant in enum org.csveed.token.ParseState
The comment line.
COMMENT_LINE_FINISHED - Enum constant in enum org.csveed.token.ParseState
The comment line finished.
COMMENT_SYMBOL - Enum constant in enum org.csveed.token.EncounteredSymbol
The comment symbol.
compareTo(Column) - Method in class org.csveed.common.Column
 
compareTo(ColumnKey) - Method in class org.csveed.common.ColumnIndexKey
 
compareTo(ColumnKey) - Method in class org.csveed.common.ColumnNameKey
 
ConversionException - Exception Class in org.csveed.bean.conversion
The Class ConversionException.
ConversionException(String, Class) - Constructor for exception class org.csveed.bean.conversion.ConversionException
Instantiates a new conversion exception.
ConversionException(String, String, Throwable) - Constructor for exception class org.csveed.bean.conversion.ConversionException
Instantiates a new conversion exception.
ConversionUtil - Class in org.csveed.bean.conversion
The Class ConversionUtil.
convert(T, Row, int, DynamicColumn) - Method in class org.csveed.bean.AbstractMapper
Convert.
converter() - Element in annotation type org.csveed.annotations.CsvConverter
The Converter to use for the field.
Converter<K> - Interface in org.csveed.bean.conversion
Stateless converter from String to Object.
convertNumberToTargetClass(Number, Class<T>) - Static method in class org.csveed.bean.conversion.NumberUtils
Convert number to target class.
convertToPrintable(int) - Method in class org.csveed.row.LineWithInfo
Convert to printable.
country() - Element in annotation type org.csveed.annotations.CsvLocalizedNumber
Country used to construct Locale.
createMappingStrategy() - Method in class org.csveed.bean.BeanReaderImpl
Creates the mapping strategy.
CsvCell - Annotation Type in org.csveed.annotations
Various settings for a BeanInstructionsImpl translating to a CSV cell.
CsvClient<T> - Interface in org.csveed.api
The CsvClient is responsible for reading/writing CSV rows and converting those into beans/rows.
CsvClientImpl<T> - Class in org.csveed.api
The Class CsvClientImpl.
CsvClientImpl(Reader) - Constructor for class org.csveed.api.CsvClientImpl
Instantiates a new csv client impl.
CsvClientImpl(Reader, Class<T>) - Constructor for class org.csveed.api.CsvClientImpl
Instantiates a new csv client impl.
CsvClientImpl(Reader, BeanInstructions) - Constructor for class org.csveed.api.CsvClientImpl
Instantiates a new csv client impl.
CsvClientImpl(Writer) - Constructor for class org.csveed.api.CsvClientImpl
Instantiates a new csv client impl.
CsvClientImpl(Writer, Class<T>) - Constructor for class org.csveed.api.CsvClientImpl
Instantiates a new csv client impl.
CsvClientImpl(Writer, BeanInstructions) - Constructor for class org.csveed.api.CsvClientImpl
Instantiates a new csv client impl.
CsvConverter - Annotation Type in org.csveed.annotations
Sets a custom converter for the field.
CsvDate - Annotation Type in org.csveed.annotations
Date is a special case, since it will require a format to be supplied.
CsvError - Interface in org.csveed.report
Report on an error, always including at the very least an error message.
CsvException - Exception Class in org.csveed.report
The Class CsvException.
CsvException(CsvError) - Constructor for exception class org.csveed.report.CsvException
Instantiates a new csv exception.
CsvFile - Annotation Type in org.csveed.annotations
Various settings applying to the entire CSV file and BeanInstructions.
CsvHeaderName - Annotation Type in org.csveed.annotations
Determines whether the field will receive the header name of the current dynamic column.
CsvHeaderValue - Annotation Type in org.csveed.annotations
Determines whether the field will receive the cell value of the current dynamic column.
CsvIgnore - Annotation Type in org.csveed.annotations
When this annotation is set on a field, it will be skipped during deserialization even if a matching column name is found.
CsvLocalizedNumber - Annotation Type in org.csveed.annotations
Makes sure that a specific Locale is used to convert numbers.
CurrencyConverter - Class in org.csveed.bean.conversion
The Class CurrencyConverter.
CurrencyConverter() - Constructor for class org.csveed.bean.conversion.CurrencyConverter
Instantiates a new currency converter.
CustomBooleanConverter - Class in org.csveed.bean.conversion
The Class CustomBooleanConverter.
CustomBooleanConverter(boolean) - Constructor for class org.csveed.bean.conversion.CustomBooleanConverter
Instantiates a new custom boolean converter.
CustomBooleanConverter(String, String, boolean) - Constructor for class org.csveed.bean.conversion.CustomBooleanConverter
Instantiates a new custom boolean converter.
CustomNumberConverter - Class in org.csveed.bean.conversion
The Class CustomNumberConverter.
CustomNumberConverter(Class<? extends Number>, boolean) - Constructor for class org.csveed.bean.conversion.CustomNumberConverter
Instantiates a new custom number converter.
CustomNumberConverter(Class<? extends Number>, NumberFormat, boolean) - Constructor for class org.csveed.bean.conversion.CustomNumberConverter
Instantiates a new custom number converter.

D

DateConverter - Class in org.csveed.bean.conversion
The Class DateConverter.
DateConverter(String, boolean) - Constructor for class org.csveed.bean.conversion.DateConverter
Instantiates a new date converter.
DefaultConverters - Class in org.csveed.bean.conversion
The Class DefaultConverters.
DefaultConverters() - Constructor for class org.csveed.bean.conversion.DefaultConverters
Instantiates a new default converters.
determineState(int, EncounteredSymbol) - Method in class org.csveed.token.ParseStateMachine
Determine state.
determineValue(Object) - Method in class org.csveed.bean.conversion.CustomNumberConverter
Determine value.
DynamicColumn - Class in org.csveed.bean
The concept of dynamic columns comes into play when a sheet contains columns that are not really part of the columns, but should have been separate rows.
DynamicColumn(Column) - Constructor for class org.csveed.bean.DynamicColumn
Instantiates a new dynamic column.

E

EasyAbstractConverter<K> - Class in org.csveed.bean.conversion
The Class EasyAbstractConverter.
EasyAbstractConverter(Class<K>) - Constructor for class org.csveed.bean.conversion.EasyAbstractConverter
Instantiates a new easy abstract converter.
EncounteredSymbol - Enum in org.csveed.token
The Enum EncounteredSymbol.
END_OF_FILE_SYMBOL - Enum constant in enum org.csveed.token.EncounteredSymbol
The end of file symbol.
endOfLine() - Element in annotation type org.csveed.annotations.CsvFile
The symbols all eligible as end-of-line markers.
enumClass - Variable in class org.csveed.bean.conversion.EnumConverter
The enum class.
EnumConverter<T> - Class in org.csveed.bean.conversion
The Class EnumConverter.
EnumConverter(Class<T>) - Constructor for class org.csveed.bean.conversion.EnumConverter
Instantiates a new enum converter.
EOL_SYMBOL - Enum constant in enum org.csveed.token.EncounteredSymbol
The eol symbol.
EOL_SYMBOL_TRASH - Enum constant in enum org.csveed.token.EncounteredSymbol
The eol symbol trash.
equals(Object) - Method in class org.csveed.bean.BeanProperty
 
equals(Object) - Method in class org.csveed.common.Column
 
equals(Object) - Method in class org.csveed.common.ColumnIndexKey
 
equals(Object) - Method in class org.csveed.common.ColumnNameKey
 
escape() - Element in annotation type org.csveed.annotations.CsvFile
The symbol which escapes a quote character while inside a quoted string.
ESCAPE_SYMBOL - Enum constant in enum org.csveed.token.EncounteredSymbol
The escape symbol.
ESCAPING - Enum constant in enum org.csveed.token.ParseState
The escaping.

F

find(int, ParseState) - Method in class org.csveed.token.SymbolMapping
Find.
FINISHED - Enum constant in enum org.csveed.token.ParseState
The finished.
FIRST_CHAR_INSIDE_QUOTED_FIELD - Enum constant in enum org.csveed.token.ParseState
The first char inside quoted field.
FIRST_COLUMN_INDEX - Static variable in class org.csveed.common.Column
The Constant FIRST_COLUMN_INDEX.
format() - Element in annotation type org.csveed.annotations.CsvDate
The format to use for converting between String and java.util.Date
fromIndex(Column) - Method in class org.csveed.bean.BeanProperties
From index.
fromName(Column) - Method in class org.csveed.bean.BeanProperties
From name.
fromString(String) - Method in class org.csveed.bean.conversion.ByteArrayConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.CharacterConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.CharArrayConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.CharsetConverter
 
fromString(String) - Method in interface org.csveed.bean.conversion.Converter
From string.
fromString(String) - Method in class org.csveed.bean.conversion.CurrencyConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.CustomBooleanConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.CustomNumberConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.DateConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.EnumConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.PatternConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.StringConverter
 
fromString(String) - Method in class org.csveed.bean.conversion.TimeZoneConverter
 

G

GeneralError - Class in org.csveed.report
The Class GeneralError.
GeneralError(String) - Constructor for class org.csveed.report.GeneralError
Instantiates a new general error.
get(int) - Method in interface org.csveed.api.Row
Gets the content of the cell on the basis of its cell position within the Row.
get(int) - Method in interface org.csveed.row.Line
Gets the.
get(int) - Method in class org.csveed.row.LineWithInfo
 
get(int) - Method in class org.csveed.row.RowImpl
 
get(String) - Method in interface org.csveed.api.Row
Gets the content of the cell in the column named columnName.
get(String) - Method in class org.csveed.bean.BeanProperties
Gets the.
get(String) - Method in class org.csveed.row.RowImpl
 
getBeanClass() - Method in interface org.csveed.bean.BeanInstructions
Returns the class of the bean on which processing is taking place.
getBeanClass() - Method in class org.csveed.bean.BeanInstructionsImpl
 
getBeanClass() - Method in class org.csveed.bean.BeanReaderImpl
Gets the bean class.
getBeanInstructions() - Method in interface org.csveed.bean.BeanReader
The set of instructions for dealing with beans.
getBeanInstructions() - Method in class org.csveed.bean.BeanReaderImpl
 
getBeanInstructions(Class) - Method in class org.csveed.bean.BeanParser
Gets the bean instructions.
getBeanProperty(Column) - Method in class org.csveed.bean.AbstractMapper
Gets the bean property.
getBeanProperty(Column) - Method in class org.csveed.bean.ColumnIndexMapper
 
getBeanProperty(Column) - Method in class org.csveed.bean.ColumnNameMapper
 
getCellPosition(Column) - Method in class org.csveed.row.LineWithInfo
Gets the cell position.
getColumn(Row) - Method in class org.csveed.bean.AbstractMapper
Gets the column.
getColumn(Row) - Method in class org.csveed.bean.ColumnIndexMapper
 
getColumn(Row) - Method in class org.csveed.bean.ColumnNameMapper
 
getColumnIndex() - Method in class org.csveed.bean.BeanProperty
Gets the column index.
getColumnIndex() - Method in class org.csveed.common.Column
Gets the column index.
getColumnName() - Method in class org.csveed.bean.BeanProperty
Gets the column name.
getColumnName() - Method in class org.csveed.common.Column
Gets the column name.
getColumnName(int) - Method in interface org.csveed.api.Row
Gets the column name belonging to the cell.
getColumnName(int) - Method in class org.csveed.row.RowImpl
 
getColumnText() - Method in class org.csveed.common.Column
Gets the column text.
getConverter() - Method in class org.csveed.bean.BeanProperty
Gets the converter.
getConverter(Class) - Method in class org.csveed.bean.conversion.DefaultConverters
Gets the converter.
getConverter(BeanProperty) - Method in class org.csveed.bean.conversion.BeanWrapper
Gets the converter.
getCurrentColumn() - Method in class org.csveed.token.ParseStateMachine
Gets the current column.
getCurrentLine() - Method in interface org.csveed.api.CsvClient
Returns the line from which the row was read.
getCurrentLine() - Method in class org.csveed.api.CsvClientImpl
 
getCurrentLine() - Method in interface org.csveed.bean.BeanReader
Returns the line from which the bean was read.
getCurrentLine() - Method in class org.csveed.bean.BeanReaderImpl
 
getCurrentLine() - Method in interface org.csveed.row.RowReader
Returns the line from which the row was read.
getCurrentLine() - Method in class org.csveed.row.RowReaderImpl
 
getCurrentLine() - Method in class org.csveed.token.ParseStateMachine
Gets the current line.
getEnd() - Method in class org.csveed.report.RowReport
Gets the end.
getEnd() - Method in class org.csveed.row.CellPositionInRow
Gets the end.
getEndOfLine() - Method in interface org.csveed.row.RowInstructions
Gets the characters that will be used when writing End-of-line separators.
getEndOfLine() - Method in class org.csveed.row.RowInstructionsImpl
 
getError() - Method in exception class org.csveed.report.CsvException
Gets the error.
getEscape() - Method in interface org.csveed.row.RowInstructions
Returns the escape character to use for writing a cell.
getEscape() - Method in class org.csveed.row.RowInstructionsImpl
 
getExcelColumn() - Method in class org.csveed.common.Column
Gets the excel column.
getField() - Method in class org.csveed.bean.BeanProperty
Gets the field.
getFirstMappedCharacter(EncounteredSymbol) - Method in class org.csveed.token.SymbolMapping
Gets the first mapped character.
getHeader() - Method in interface org.csveed.api.Row
Returns the Headers and throws an exception if it does not exist.
getHeader() - Method in class org.csveed.bean.BeanReaderImpl
Gets the header.
getHeader() - Method in class org.csveed.row.RowImpl
 
getHeader() - Method in interface org.csveed.row.RowReader
Returns the header of the CSV file.
getHeader() - Method in class org.csveed.row.RowReaderImpl
 
getHeaderNameProperty() - Method in class org.csveed.bean.BeanProperties
Gets the header name property.
getHeaderValueProperty() - Method in class org.csveed.bean.BeanProperties
Gets the header value property.
getIndex(String) - Method in interface org.csveed.api.Header
Gets the index column of the first column with a certain name.
getIndex(String) - Method in class org.csveed.row.HeaderImpl
 
getLineNumber() - Method in interface org.csveed.report.CsvError
Returns the line number where the error occurred, zero-based.
getLineNumber() - Method in class org.csveed.report.GeneralError
 
getLineNumber() - Method in class org.csveed.report.RowError
 
getLocalizedMessage() - Method in exception class org.csveed.report.CsvException
 
getMappedCharacters(EncounteredSymbol) - Method in class org.csveed.token.SymbolMapping
Gets the mapped characters.
getMapper() - Method in class org.csveed.bean.BeanReaderImpl
Gets the mapper.
getMappingStrategy() - Method in interface org.csveed.bean.BeanInstructions
The mapping strategy to use for processing the bean.
getMappingStrategy() - Method in class org.csveed.bean.BeanInstructionsImpl
 
getMaxNumberOfColumns() - Method in class org.csveed.row.RowReaderImpl
Gets the max number of columns.
getMessage() - Method in class org.csveed.report.AbstractCsvError
 
getMessage() - Method in interface org.csveed.report.CsvError
Returns the original error message.
getMessage() - Method in exception class org.csveed.report.CsvException
 
getMessage() - Method in exception class org.csveed.token.ParseException
 
getMessageAsList() - Method in class org.csveed.report.AbstractCsvError
Gets the message as list.
getName(int) - Method in interface org.csveed.api.Header
Gets the name of the header column with passed index.
getName(int) - Method in class org.csveed.row.HeaderImpl
 
getNumberClass() - Method in class org.csveed.bean.BeanProperty
Gets the number class.
getPrintableLines() - Method in interface org.csveed.report.CsvError
Returns all lines, first the message, then the content and focus line, if available.
getPrintableLines() - Method in class org.csveed.report.GeneralError
 
getPrintableLines() - Method in class org.csveed.report.RowError
 
getPrintableLines() - Method in class org.csveed.report.RowReport
Gets the printable lines.
getPriority() - Method in class org.csveed.common.ColumnIndexKey
 
getPriority() - Method in class org.csveed.common.ColumnKey
Gets the priority.
getPriority() - Method in class org.csveed.common.ColumnNameKey
 
getProperties() - Method in interface org.csveed.bean.BeanInstructions
Returns the properties of the bean on which processing is taking place.
getProperties() - Method in class org.csveed.bean.BeanInstructionsImpl
 
getProperty(BeanProperty) - Method in class org.csveed.bean.conversion.BeanWrapper
Gets the property.
getPropertyDescriptor() - Method in class org.csveed.bean.BeanProperty
Gets the property descriptor.
getPropertyLogLine(BeanProperty) - Method in class org.csveed.bean.BeanInstructionsImpl
Gets the property log line.
getPropertyName() - Method in class org.csveed.bean.BeanProperty
Gets the property name.
getPropertyType() - Method in class org.csveed.bean.BeanProperty
Gets the property type.
getPropertyType(BeanProperty) - Method in class org.csveed.bean.conversion.BeanWrapper
Gets the property type.
getQuote() - Method in interface org.csveed.row.RowInstructions
Returns the character that will be used when writing quote characters.
getQuote() - Method in class org.csveed.row.RowInstructionsImpl
 
getQuotingEnabled() - Method in interface org.csveed.row.RowInstructions
Returns whether or not quotes around fields are enabled.
getQuotingEnabled() - Method in class org.csveed.row.RowInstructionsImpl
 
getReport() - Method in class org.csveed.report.RowError
Gets the report.
getRow() - Method in class org.csveed.report.RowReport
Gets the row.
getRowInstructions() - Method in interface org.csveed.bean.BeanInstructions
Returns the instructions for processing rows.
getRowInstructions() - Method in class org.csveed.bean.BeanInstructionsImpl
 
getRowInstructions() - Method in interface org.csveed.row.RowReader
The set of instructions for dealing with rows.
getRowInstructions() - Method in class org.csveed.row.RowReaderImpl
 
getRowInstructions() - Method in interface org.csveed.row.RowWriter
The set of instructions for dealing with rows.
getRowInstructions() - Method in class org.csveed.row.RowWriterImpl
 
getRowParts() - Method in interface org.csveed.report.CsvError
Gets the content line where the error occurred, if available.
getRowParts() - Method in class org.csveed.report.GeneralError
 
getRowParts() - Method in class org.csveed.report.RowError
 
getRowReader() - Method in interface org.csveed.bean.BeanReader
Returns the underlying line reader for the bean reader.
getRowReader() - Method in class org.csveed.bean.BeanReaderImpl
 
getRowWriter() - Method in class org.csveed.api.CsvClientImpl
Gets the row writer.
getRowWriter() - Method in interface org.csveed.bean.BeanWriter
Gets the row writer.
getRowWriter() - Method in class org.csveed.bean.BeanWriterImpl
 
getSeparator() - Method in interface org.csveed.row.RowInstructions
Gets the character that will be used when writing separators.
getSeparator() - Method in class org.csveed.row.RowInstructionsImpl
 
getStart() - Method in class org.csveed.report.RowReport
Gets the start.
getStart() - Method in class org.csveed.row.CellPositionInRow
Gets the start.
getStartIndexDynamicColumns() - Method in interface org.csveed.bean.BeanInstructions
The first column that counts as a dynamic column.
getStartIndexDynamicColumns() - Method in class org.csveed.bean.BeanInstructionsImpl
 
getStartLine() - Method in class org.csveed.token.SymbolMapping
Gets the start line.
getState() - Method in exception class org.csveed.token.ParseException
Gets the state.
getSymbol() - Method in exception class org.csveed.token.ParseException
Gets the symbol.
getSymbolCharacter() - Method in exception class org.csveed.token.ParseException
Gets the symbol character.
getSymbolMapping() - Method in class org.csveed.row.RowInstructionsImpl
Gets the symbol mapping.
getSymbolMapping() - Method in class org.csveed.token.ParseStateMachine
Gets the symbol mapping.
getToken() - Method in class org.csveed.report.RowPart
Gets the token.
getType() - Method in class org.csveed.bean.conversion.AbstractConverter
 
getType() - Method in interface org.csveed.bean.conversion.Converter
Gets the type.
getTypeDescription() - Method in exception class org.csveed.bean.conversion.ConversionException
Gets the type description.

H

hashCode() - Method in class org.csveed.bean.BeanProperty
 
hashCode() - Method in class org.csveed.common.Column
 
hashCode() - Method in class org.csveed.common.ColumnIndexKey
 
hashCode() - Method in class org.csveed.common.ColumnNameKey
 
hasHeader() - Method in interface org.csveed.api.Row
Returns true if a Header has been set for this Row.
hasHeader() - Method in class org.csveed.row.RowImpl
 
hasLength(CharSequence) - Static method in class org.csveed.bean.conversion.ConversionUtil
Checks for length.
hasText(CharSequence) - Static method in class org.csveed.bean.conversion.ConversionUtil
Checks for text.
hasText(String) - Static method in class org.csveed.bean.conversion.ConversionUtil
Checks for text.
Header - Interface in org.csveed.api
The original header of the CSV file.
HeaderImpl - Class in org.csveed.row
The Class HeaderImpl.
HeaderImpl(Line) - Constructor for class org.csveed.row.HeaderImpl
Instantiates a new header impl.

I

ignoreLine() - Method in class org.csveed.token.ParseStateMachine
Ignore line.
ignoreProperty(String) - Method in interface org.csveed.api.CsvClient
Sets a field to be ignored for purposes of mapping.
ignoreProperty(String) - Method in class org.csveed.api.CsvClientImpl
 
ignoreProperty(String) - Method in interface org.csveed.bean.BeanInstructions
Sets a field to be ignored for purposes of mapping.
ignoreProperty(String) - Method in class org.csveed.bean.BeanInstructionsImpl
 
ignoreProperty(String) - Method in class org.csveed.bean.BeanProperties
Ignore property.
infoOnType() - Method in class org.csveed.bean.conversion.AbstractConverter
 
infoOnType() - Method in interface org.csveed.bean.conversion.Converter
Info on type.
infoOnType() - Method in class org.csveed.bean.conversion.DateConverter
 
initDefaultMapping() - Method in class org.csveed.token.SymbolMapping
Inits the default mapping.
INSIDE_FIELD - Enum constant in enum org.csveed.token.ParseState
The inside field.
INSIDE_QUOTED_FIELD - Enum constant in enum org.csveed.token.ParseState
The inside quoted field.
isCheckForSimilarEscapeAndQuote() - Method in enum org.csveed.token.EncounteredSymbol
Checks if is check for similar escape and quote.
isDynamicColumnActive(Column) - Method in class org.csveed.bean.DynamicColumn
Checks if is dynamic column active.
isDynamicColumnProperty() - Method in class org.csveed.bean.BeanProperty
Checks if is dynamic column property.
isEmptyLine() - Method in class org.csveed.token.ParseStateMachine
Checks if is empty line.
isFinished() - Method in interface org.csveed.api.CsvClient
States whether the Reader is done with the file.
isFinished() - Method in class org.csveed.api.CsvClientImpl
 
isFinished() - Method in interface org.csveed.bean.BeanReader
States whether the Reader is done with the file.
isFinished() - Method in class org.csveed.bean.BeanReaderImpl
 
isFinished() - Method in interface org.csveed.row.RowReader
States whether the Reader is done with the file.
isFinished() - Method in class org.csveed.row.RowReaderImpl
 
isFinished() - Method in class org.csveed.token.ParseStateMachine
Checks if is finished.
isHighlight() - Method in class org.csveed.report.RowPart
Checks if is highlight.
isIgnore() - Method in enum org.csveed.token.ParseState
Checks if is ignore.
isLineFinished() - Method in enum org.csveed.token.ParseState
Checks if is line finished.
isLineFinished() - Method in class org.csveed.token.ParseStateMachine
Checks if is line finished.
isPopToken() - Method in enum org.csveed.token.ParseState
Checks if is pop token.
isRequired() - Method in class org.csveed.bean.BeanProperty
Checks if is required.
isReset() - Method in enum org.csveed.token.TokenState
Checks if is reset.
isSameCharactersForEscapeAndQuote() - Method in class org.csveed.token.SymbolMapping
Checks if is same characters for escape and quote.
isSkipCommentLines() - Method in class org.csveed.token.SymbolMapping
Checks if is skip comment lines.
isSkipEmptyLines() - Method in class org.csveed.row.RowInstructionsImpl
Checks if is skip empty lines.
isStart() - Method in enum org.csveed.token.TokenState
Checks if is start.
isTokenize() - Method in enum org.csveed.token.ParseState
Checks if is tokenize.
isTokenStart() - Method in class org.csveed.token.ParseStateMachine
Checks if is token start.
isTrash() - Method in enum org.csveed.token.EncounteredSymbol
Checks if is trash.
isTrash() - Method in class org.csveed.token.ParseStateMachine
Checks if is trash.
isUpgradeQuoteToEscape() - Method in enum org.csveed.token.ParseState
Checks if is upgrade quote to escape.
isUseHeader() - Method in interface org.csveed.row.RowInstructions
Checks to see if a header must be used for the table.
isUseHeader() - Method in class org.csveed.row.RowInstructionsImpl
 
iterator() - Method in class org.csveed.bean.BeanProperties
 
iterator() - Method in class org.csveed.row.HeaderImpl
 
iterator() - Method in class org.csveed.row.LineWithInfo
 
iterator() - Method in class org.csveed.row.RowImpl
Returns an iterator over the individual cells of a Row

K

keys() - Method in class org.csveed.bean.AbstractMapper
Keys.
keys() - Method in class org.csveed.bean.ColumnIndexMapper
 
keys() - Method in class org.csveed.bean.ColumnNameMapper
 
keyTypeCompare(ColumnKey) - Method in class org.csveed.common.ColumnKey
Key type compare.

L

language() - Element in annotation type org.csveed.annotations.CsvLocalizedNumber
Language used to construct Locale.
lastDynamicColumnPassed(int) - Method in class org.csveed.bean.DynamicColumn
Last dynamic column passed.
Line - Interface in org.csveed.row
The Interface Line.
LINE_FINISHED - Enum constant in enum org.csveed.token.ParseState
The line finished.
LineWithInfo - Class in org.csveed.row
The Class LineWithInfo.
LineWithInfo() - Constructor for class org.csveed.row.LineWithInfo
 
logSettings() - Method in interface org.csveed.bean.BeanInstructions
Logs all the settings.
logSettings() - Method in class org.csveed.bean.BeanInstructionsImpl
 
logSettings() - Method in class org.csveed.bean.BeanReaderImpl
Log settings.
logSettings() - Method in class org.csveed.row.RowInstructionsImpl
Log settings.
logSettings() - Method in class org.csveed.row.RowReaderImpl
Log settings.
logSettings() - Method in class org.csveed.token.SymbolMapping
Log settings.

M

mapColumnIndexToProperty(int, String) - Method in interface org.csveed.api.CsvClient
Maps a column in the CSV to a specific property.
mapColumnIndexToProperty(int, String) - Method in class org.csveed.api.CsvClientImpl
 
mapColumnIndexToProperty(int, String) - Method in interface org.csveed.bean.BeanInstructions
Maps a column in the CSV to a specific property.
mapColumnIndexToProperty(int, String) - Method in class org.csveed.bean.BeanInstructionsImpl
 
mapColumnNameToProperty(String, String) - Method in interface org.csveed.api.CsvClient
Maps a column name (which is found in the header) to a specific property.
mapColumnNameToProperty(String, String) - Method in class org.csveed.api.CsvClientImpl
 
mapColumnNameToProperty(String, String) - Method in interface org.csveed.bean.BeanInstructions
Maps a column name (which is found in the header) to a specific property.
mapColumnNameToProperty(String, String) - Method in class org.csveed.bean.BeanInstructionsImpl
 
mapIndexToProperty(int, String) - Method in class org.csveed.bean.BeanProperties
Map index to property.
mapNameToProperty(String, String) - Method in class org.csveed.bean.BeanProperties
Map name to property.
mappingStrategy() - Element in annotation type org.csveed.annotations.CsvFile
Determines the strategy to employ for mapping between CSV and Bean.
markEndOfColumn() - Method in class org.csveed.row.LineWithInfo
Mark end of column.
markStartOfColumn() - Method in class org.csveed.row.LineWithInfo
Mark start of column.

N

next() - Method in enum org.csveed.token.TokenState
Next.
nextColumn() - Method in class org.csveed.common.Column
Next column.
nextLine() - Method in class org.csveed.common.Column
Next line.
NoConverterFoundException - Exception Class in org.csveed.bean.conversion
The Class NoConverterFoundException.
NoConverterFoundException(String, Class) - Constructor for exception class org.csveed.bean.conversion.NoConverterFoundException
Instantiates a new no converter found exception.
NumberUtils - Class in org.csveed.bean.conversion
The Class NumberUtils.

O

offerSymbol(int) - Method in class org.csveed.token.ParseStateMachine
Offer symbol.
org.csveed.annotations - package org.csveed.annotations
Contains various annotation that can be applied to Java beans and contain instructions for reading CSV files and converting CSV Rows to beans.
org.csveed.api - package org.csveed.api
The main interface of interaction with CSVeed for a developer.
org.csveed.bean - package org.csveed.bean
The package responsible for converting Rows to Beans.
org.csveed.bean.conversion - package org.csveed.bean.conversion
This package contains what remains of the Spring Beans package after the operation to remove Spring from the library.
org.csveed.common - package org.csveed.common
Contains common code for csveed.
org.csveed.report - package org.csveed.report
Contains all the classes required to report back on a row.
org.csveed.row - package org.csveed.row
The package responsible for converting a group of tokens into Header and Rows.
org.csveed.test.annotations - package org.csveed.test.annotations
Placeholder to resolve javadoc requirements.
org.csveed.test.converters - package org.csveed.test.converters
Placeholder to resolve javadoc requirements.
org.csveed.test.model - package org.csveed.test.model
Placeholder to resolve javadoc requirements.
org.csveed.token - package org.csveed.token
The package responsible for reading a CSV line from a Reader and converting this to tokens.
OTHER_SYMBOL - Enum constant in enum org.csveed.token.EncounteredSymbol
The other symbol.
OUTSIDE_AFTER_FIELD - Enum constant in enum org.csveed.token.ParseState
The outside after field.
OUTSIDE_BEFORE_FIELD - Enum constant in enum org.csveed.token.ParseState
The outside before field.

P

ParseException - Exception Class in org.csveed.token
The Class ParseException.
ParseException(ParseState, int, EncounteredSymbol) - Constructor for exception class org.csveed.token.ParseException
Instantiates a new parses the exception.
parseNumber(String, Class<T>) - Static method in class org.csveed.bean.conversion.NumberUtils
Parses the number.
parseNumber(String, Class<T>, NumberFormat) - Static method in class org.csveed.bean.conversion.NumberUtils
Parses the number.
ParseState - Enum in org.csveed.token
The Enum ParseState.
ParseStateMachine - Class in org.csveed.token
Yep, a state machine.
ParseStateMachine() - Constructor for class org.csveed.token.ParseStateMachine
 
PatternConverter - Class in org.csveed.bean.conversion
The Class PatternConverter.
PatternConverter() - Constructor for class org.csveed.bean.conversion.PatternConverter
Instantiates a new pattern converter.
PatternConverter(int) - Constructor for class org.csveed.bean.conversion.PatternConverter
Instantiates a new pattern converter.
Placeholder - Class in org.csveed.test.annotations
The Class Placeholder.
Placeholder - Class in org.csveed.test.converters
The Class Placeholder.
Placeholder - Class in org.csveed.test.model
The Class Placeholder.
Placeholder() - Constructor for class org.csveed.test.annotations.Placeholder
 
Placeholder() - Constructor for class org.csveed.test.converters.Placeholder
 
Placeholder() - Constructor for class org.csveed.test.model.Placeholder
 
PROCESSING - Enum constant in enum org.csveed.token.TokenState
The processing.

Q

quote() - Element in annotation type org.csveed.annotations.CsvFile
The quote symbol is the sign on both sides of the field value.
QUOTE_SYMBOL - Enum constant in enum org.csveed.token.EncounteredSymbol
The quote symbol.
quotingEnabled() - Element in annotation type org.csveed.annotations.CsvFile
Sets whether or not quotes are written around the field values.

R

readBareLine() - Method in class org.csveed.row.RowReaderImpl
Read bare line.
readBean() - Method in interface org.csveed.api.CsvClient
Reads a single row and returns this as a bean.
readBean() - Method in class org.csveed.api.CsvClientImpl
 
readBean() - Method in interface org.csveed.bean.BeanReader
Reads a single row and returns this as a bean.
readBean() - Method in class org.csveed.bean.BeanReaderImpl
 
readBeans() - Method in interface org.csveed.api.CsvClient
Reads all rows from the file and return these as beans.
readBeans() - Method in class org.csveed.api.CsvClientImpl
 
readBeans() - Method in interface org.csveed.bean.BeanReader
Reads all rows from the file and return these as beans.
readBeans() - Method in class org.csveed.bean.BeanReaderImpl
 
readHeader() - Method in interface org.csveed.api.CsvClient
Returns the header of the CSV file.
readHeader() - Method in class org.csveed.api.CsvClientImpl
 
readHeader() - Method in interface org.csveed.bean.BeanReader
Returns the first readable line of the CSV file as header, regardless if useHeader==true.
readHeader() - Method in class org.csveed.bean.BeanReaderImpl
 
readHeader() - Method in interface org.csveed.row.RowReader
Returns the first readable line of the CSV file as header, regardless if useHeader==true.
readHeader() - Method in class org.csveed.row.RowReaderImpl
 
readRow() - Method in interface org.csveed.api.CsvClient
Reads a single row from the file and returns this.
readRow() - Method in class org.csveed.api.CsvClientImpl
 
readRow() - Method in interface org.csveed.row.RowReader
Reads a single row from the file and returns this.
readRow() - Method in class org.csveed.row.RowReaderImpl
 
readRows() - Method in interface org.csveed.api.CsvClient
Reads all rows from the file and returns them as a List.
readRows() - Method in class org.csveed.api.CsvClientImpl
 
readRows() - Method in interface org.csveed.row.RowReader
Reads all rows from the file and returns them as a List.
readRows() - Method in class org.csveed.row.RowReaderImpl
 
registerConverters() - Method in class org.csveed.bean.conversion.DefaultConverters
Register converters.
removeFromColumnIndex(BeanProperty) - Method in class org.csveed.bean.BeanProperties
Removes the from column index.
removeFromColumnName(BeanProperty) - Method in class org.csveed.bean.BeanProperties
Removes the from column name.
reportOnColumn(int) - Method in interface org.csveed.api.Row
Generates a report on the Row with focus on a particular cell.
reportOnColumn(int) - Method in class org.csveed.row.RowImpl
 
reportOnColumn(Column) - Method in interface org.csveed.row.Line
Report on column.
reportOnColumn(Column) - Method in class org.csveed.row.LineWithInfo
 
reportOnEndOfLine() - Method in interface org.csveed.api.Header
Generate an error report on the header row.
reportOnEndOfLine() - Method in interface org.csveed.api.Row
Generates a report on the Row with focus on the end of the row.
reportOnEndOfLine() - Method in class org.csveed.row.HeaderImpl
 
reportOnEndOfLine() - Method in interface org.csveed.row.Line
Report on end of line.
reportOnEndOfLine() - Method in class org.csveed.row.LineWithInfo
 
reportOnEndOfLine() - Method in class org.csveed.row.RowImpl
 
required() - Element in annotation type org.csveed.annotations.CsvCell
If required is set, the parse process will generate an error if the value is null after deserialization.
reset() - Method in class org.csveed.bean.DynamicColumn
Reset.
RESET - Enum constant in enum org.csveed.token.TokenState
The reset.
Row - Interface in org.csveed.api
A Row is a line of content read from the CSV file.
RowError - Class in org.csveed.report
The Class RowError.
RowError(String, RowReport, int) - Constructor for class org.csveed.report.RowError
Instantiates a new row error.
RowImpl - Class in org.csveed.row
The Class RowImpl.
RowImpl(Line, Header) - Constructor for class org.csveed.row.RowImpl
Instantiates a new row impl.
RowInstructions - Interface in org.csveed.row
These instructions are used to power the RowReader.
RowInstructionsImpl - Class in org.csveed.row
The Class RowInstructionsImpl.
RowInstructionsImpl() - Constructor for class org.csveed.row.RowInstructionsImpl
 
RowPart - Class in org.csveed.report
The Class RowPart.
RowPart(String, boolean) - Constructor for class org.csveed.report.RowPart
Instantiates a new row part.
RowReader - Interface in org.csveed.row
LineReaders reads rows from the CSV file and returns those all at once, or one by one if desired.
RowReaderImpl - Class in org.csveed.row
Builds up a List of cells (String) per read row.
RowReaderImpl(Reader) - Constructor for class org.csveed.row.RowReaderImpl
Instantiates a new row reader impl.
RowReaderImpl(Reader, RowInstructions) - Constructor for class org.csveed.row.RowReaderImpl
Instantiates a new row reader impl.
RowReport - Class in org.csveed.report
The Class RowReport.
RowReport(String, int, int) - Constructor for class org.csveed.report.RowReport
Instantiates a new row report.
RowWriter - Interface in org.csveed.row
The Interface RowWriter.
RowWriterImpl - Class in org.csveed.row
The Class RowWriterImpl.
RowWriterImpl(Writer) - Constructor for class org.csveed.row.RowWriterImpl
Instantiates a new row writer impl.
RowWriterImpl(Writer, RowInstructions) - Constructor for class org.csveed.row.RowWriterImpl
Instantiates a new row writer impl.

S

sameKeyType(ColumnKey) - Method in class org.csveed.common.ColumnKey
Same key type.
separator() - Element in annotation type org.csveed.annotations.CsvFile
The separator is the symbol between two fields.
SEPARATOR - Enum constant in enum org.csveed.token.ParseState
The separator.
SEPARATOR_SYMBOL - Enum constant in enum org.csveed.token.EncounteredSymbol
The separator symbol.
setBeanInstructions(BeanInstructions) - Method in class org.csveed.bean.AbstractMapper
Sets the bean instructions.
setColumnIndex(int) - Method in class org.csveed.bean.BeanProperty
Sets the column index.
setColumnIndex(int) - Method in class org.csveed.common.Column
Sets the column index.
setColumnName(String) - Method in class org.csveed.bean.BeanProperty
Sets the column name.
setColumnName(String) - Method in class org.csveed.common.Column
Sets the column name.
setComment(char) - Method in interface org.csveed.api.CsvClient
Sets the character that will be interpreted as a comment field on the first position of a row.
setComment(char) - Method in class org.csveed.api.CsvClientImpl
 
setComment(char) - Method in interface org.csveed.bean.BeanInstructions
Sets the character that will be interpreted as a comment field on the first position of a row.
setComment(char) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setComment(char) - Method in interface org.csveed.row.RowInstructions
Sets the character that will be interpreted as a comment field on the first position of a row.
setComment(char) - Method in class org.csveed.row.RowInstructionsImpl
 
setConverter(String, Converter) - Method in interface org.csveed.api.CsvClient
Sets a custom PropertyEditor for the property.
setConverter(String, Converter) - Method in class org.csveed.api.CsvClientImpl
 
setConverter(String, Converter) - Method in interface org.csveed.bean.BeanInstructions
Sets a custom PropertyEditor for the property.
setConverter(String, Converter) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setConverter(String, Converter) - Method in class org.csveed.bean.BeanProperties
Sets the converter.
setConverter(Converter) - Method in class org.csveed.bean.BeanProperty
Sets the converter.
setDate(String, String) - Method in interface org.csveed.api.CsvClient
Determines what dateformat to apply to the cell value before storing it as a date.
setDate(String, String) - Method in class org.csveed.api.CsvClientImpl
 
setDate(String, String) - Method in interface org.csveed.bean.BeanInstructions
Determines what dateformat to apply to the cell value before storing it as a date.
setDate(String, String) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setDate(String, String) - Method in class org.csveed.bean.BeanProperties
Sets the date.
setDynamicColumnProperty(boolean) - Method in class org.csveed.bean.BeanProperty
Sets the dynamic column property.
setEnd(int) - Method in class org.csveed.row.CellPositionInRow
Sets the end.
setEndOfLine(char[]) - Method in interface org.csveed.api.CsvClient
Sets the characters (plural) that will be interpreted as end-of-line markers (unless within a quoted field).
setEndOfLine(char[]) - Method in class org.csveed.api.CsvClientImpl
 
setEndOfLine(char[]) - Method in interface org.csveed.bean.BeanInstructions
Sets the characters (plural) that will be interpreted as end-of-line markers (unless within a quoted field).
setEndOfLine(char[]) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setEndOfLine(char[]) - Method in interface org.csveed.row.RowInstructions
Sets the characters (plural) that will be interpreted as end-of-line markers (unless within a quoted field).
setEndOfLine(char[]) - Method in class org.csveed.row.RowInstructionsImpl
 
setEscape(char) - Method in interface org.csveed.api.CsvClient
Sets the character that will be interpreted as an escape symbol while within a quoted field.
setEscape(char) - Method in class org.csveed.api.CsvClientImpl
 
setEscape(char) - Method in interface org.csveed.bean.BeanInstructions
Sets the character that will be interpreted as an escape symbol while within a quoted field.
setEscape(char) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setEscape(char) - Method in interface org.csveed.row.RowInstructions
Sets the character that will be interpreted as an escape symbol while within a quoted field.
setEscape(char) - Method in class org.csveed.row.RowInstructionsImpl
 
setField(Field) - Method in class org.csveed.bean.BeanProperty
Sets the field.
setHeader(Header) - Method in class org.csveed.common.Column
Sets the header.
setHeaderNameProperty(String) - Method in class org.csveed.bean.BeanProperties
Sets the header name property.
setHeaderNameToProperty(String) - Method in interface org.csveed.api.CsvClient
Determines what property will receive the header name in the currently active dynamic column.
setHeaderNameToProperty(String) - Method in class org.csveed.api.CsvClientImpl
 
setHeaderNameToProperty(String) - Method in interface org.csveed.bean.BeanInstructions
Determines what property will receive the header name in the currently active dynamic column.
setHeaderNameToProperty(String) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setHeaderValueProperty(String) - Method in class org.csveed.bean.BeanProperties
Sets the header value property.
setHeaderValueToProperty(String) - Method in interface org.csveed.api.CsvClient
Determines what property will receive the cell value in the currently active dynamic column.
setHeaderValueToProperty(String) - Method in class org.csveed.api.CsvClientImpl
 
setHeaderValueToProperty(String) - Method in interface org.csveed.bean.BeanInstructions
Determines what property will receive the cell value in the currently active dynamic column.
setHeaderValueToProperty(String) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setKey(ColumnKey) - Method in class org.csveed.common.Column
Sets the key.
setLocalizedNumber(String, Locale) - Method in interface org.csveed.api.CsvClient
Determines what Locale to apply to the cell value before converting it to a number.
setLocalizedNumber(String, Locale) - Method in class org.csveed.api.CsvClientImpl
 
setLocalizedNumber(String, Locale) - Method in interface org.csveed.bean.BeanInstructions
Determines what Locale to apply to the cell value before converting it to a number.
setLocalizedNumber(String, Locale) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setLocalizedNumber(String, Locale) - Method in class org.csveed.bean.BeanProperties
Sets the localized number.
setMapper(Class<? extends AbstractMapper>) - Method in interface org.csveed.api.CsvClient
Determines which mapping strategy is to be employed for mapping cells to bean properties.
setMapper(Class<? extends AbstractMapper>) - Method in class org.csveed.api.CsvClientImpl
 
setMapper(Class<? extends AbstractMapper>) - Method in interface org.csveed.bean.BeanInstructions
Determines which mapping strategy is to be employed for mapping cells to bean properties.
setMapper(Class<? extends AbstractMapper>) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setProperty(BeanProperty, String) - Method in class org.csveed.bean.conversion.BeanWrapper
Sets the property.
setPropertyDescriptor(PropertyDescriptor) - Method in class org.csveed.bean.BeanProperty
Sets the property descriptor.
setQuote(char) - Method in interface org.csveed.api.CsvClient
Sets the character that will be interpreted as a quote symbol, signifying either the start or the end of a quoted field.
setQuote(char) - Method in class org.csveed.api.CsvClientImpl
 
setQuote(char) - Method in interface org.csveed.bean.BeanInstructions
Sets the character that will be interpreted as a quote symbol, signifying either the start or the end of a quoted field.
setQuote(char) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setQuote(char) - Method in interface org.csveed.row.RowInstructions
Sets the character that will be interpreted as a quote symbol, signifying either the start or the end of a quoted field.
setQuote(char) - Method in class org.csveed.row.RowInstructionsImpl
 
setQuotingEnabled(boolean) - Method in interface org.csveed.bean.BeanInstructions
Sets whether or not quotes are written around the field values.
setQuotingEnabled(boolean) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setQuotingEnabled(boolean) - Method in interface org.csveed.row.RowInstructions
Sets whether or not quotes are written around the field values.
setQuotingEnabled(boolean) - Method in class org.csveed.row.RowInstructionsImpl
 
setRequired(boolean) - Method in class org.csveed.bean.BeanProperty
Sets the required.
setRequired(String, boolean) - Method in interface org.csveed.api.CsvClient
Determines if the field is required.
setRequired(String, boolean) - Method in class org.csveed.api.CsvClientImpl
 
setRequired(String, boolean) - Method in interface org.csveed.bean.BeanInstructions
Determines if the field is required.
setRequired(String, boolean) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setRequired(String, boolean) - Method in class org.csveed.bean.BeanProperties
Sets the required.
setSeparator(char) - Method in interface org.csveed.api.CsvClient
Sets the character that will be interpreted as a separator between cells.
setSeparator(char) - Method in class org.csveed.api.CsvClientImpl
 
setSeparator(char) - Method in interface org.csveed.bean.BeanInstructions
Sets the character that will be interpreted as a separator between cells.
setSeparator(char) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setSeparator(char) - Method in interface org.csveed.row.RowInstructions
Sets the character that will be interpreted as a separator between cells.
setSeparator(char) - Method in class org.csveed.row.RowInstructionsImpl
 
setSkipCommentLines(boolean) - Method in class org.csveed.token.SymbolMapping
Sets the skip comment lines.
setStart(int) - Method in class org.csveed.row.CellPositionInRow
Sets the start.
setStartIndexDynamicColumns(int) - Method in interface org.csveed.api.CsvClient
A file can have a special layout with a dynamic number of columns.
setStartIndexDynamicColumns(int) - Method in class org.csveed.api.CsvClientImpl
 
setStartIndexDynamicColumns(int) - Method in interface org.csveed.bean.BeanInstructions
A file can have a special layout with a dynamic number of columns.
setStartIndexDynamicColumns(int) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setStartLine(int) - Method in class org.csveed.token.SymbolMapping
Sets the start line.
setStartRow(int) - Method in interface org.csveed.api.CsvClient
Sets the start row of the CSV file.
setStartRow(int) - Method in class org.csveed.api.CsvClientImpl
 
setStartRow(int) - Method in interface org.csveed.bean.BeanInstructions
Sets the start row of the CSV file.
setStartRow(int) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setStartRow(int) - Method in interface org.csveed.row.RowInstructions
Sets the start row of the CSV file.
setStartRow(int) - Method in class org.csveed.row.RowInstructionsImpl
 
setSymbolMapping(SymbolMapping) - Method in class org.csveed.token.ParseStateMachine
Sets the symbol mapping.
setUseHeader(boolean) - Method in interface org.csveed.api.CsvClient
Makes sure that the first readable line is interpreted as the header line.
setUseHeader(boolean) - Method in class org.csveed.api.CsvClientImpl
 
setUseHeader(boolean) - Method in interface org.csveed.bean.BeanInstructions
Makes sure that the first readable line is interpreted as the header line.
setUseHeader(boolean) - Method in class org.csveed.bean.BeanInstructionsImpl
 
setUseHeader(boolean) - Method in interface org.csveed.row.RowInstructions
Makes sure that the first readable line is interpreted as the header line.
setUseHeader(boolean) - Method in class org.csveed.row.RowInstructionsImpl
 
size() - Method in interface org.csveed.api.Header
Number of columns.
size() - Method in interface org.csveed.api.Row
The number of columns in the Row.
size() - Method in class org.csveed.row.HeaderImpl
 
size() - Method in interface org.csveed.row.Line
Size.
size() - Method in class org.csveed.row.LineWithInfo
 
size() - Method in class org.csveed.row.RowImpl
 
SKIP_LINE - Enum constant in enum org.csveed.token.ParseState
The skip line.
SKIP_LINE_FINISHED - Enum constant in enum org.csveed.token.ParseState
The skip line finished.
skipCommentLines() - Element in annotation type org.csveed.annotations.CsvFile
Ascertains that comment lines are skipped.
skipCommentLines(boolean) - Method in interface org.csveed.api.CsvClient
Determines whether comment lines must be skipped.
skipCommentLines(boolean) - Method in class org.csveed.api.CsvClientImpl
 
skipCommentLines(boolean) - Method in interface org.csveed.bean.BeanInstructions
Determines whether comment lines must be skipped.
skipCommentLines(boolean) - Method in class org.csveed.bean.BeanInstructionsImpl
 
skipCommentLines(boolean) - Method in interface org.csveed.row.RowInstructions
Determines whether comment lines must be skipped.
skipCommentLines(boolean) - Method in class org.csveed.row.RowInstructionsImpl
 
skipEmptyLines() - Element in annotation type org.csveed.annotations.CsvFile
Ascertains that empty lines are skipped.
skipEmptyLines(boolean) - Method in interface org.csveed.api.CsvClient
Determines whether empty lines must be skipped or treated as single-column rows.
skipEmptyLines(boolean) - Method in class org.csveed.api.CsvClientImpl
 
skipEmptyLines(boolean) - Method in interface org.csveed.bean.BeanInstructions
Determines whether empty lines must be skipped or treated as single-column rows.
skipEmptyLines(boolean) - Method in class org.csveed.bean.BeanInstructionsImpl
 
skipEmptyLines(boolean) - Method in interface org.csveed.row.RowInstructions
Determines whether empty lines must be skipped or treated as single-column rows.
skipEmptyLines(boolean) - Method in class org.csveed.row.RowInstructionsImpl
 
SPACE_SYMBOL - Enum constant in enum org.csveed.token.EncounteredSymbol
The space symbol.
START - Enum constant in enum org.csveed.token.TokenState
The start.
START_OF_LINE - Enum constant in enum org.csveed.token.ParseState
The start of line.
startIndexDynamicColumns() - Element in annotation type org.csveed.annotations.CsvFile
The column where the dynamic headers start.
startRow() - Element in annotation type org.csveed.annotations.CsvFile
The point from where the lines must be read, including the structure (if applicable).
StringConverter - Class in org.csveed.bean.conversion
The Class StringConverter.
StringConverter() - Constructor for class org.csveed.bean.conversion.StringConverter
Instantiates a new string converter.
SymbolMapping - Class in org.csveed.token
The Class SymbolMapping.
SymbolMapping() - Constructor for class org.csveed.token.SymbolMapping
Instantiates a new symbol mapping.

T

TimeZoneConverter - Class in org.csveed.bean.conversion
The Class TimeZoneConverter.
TimeZoneConverter() - Constructor for class org.csveed.bean.conversion.TimeZoneConverter
Instantiates a new time zone converter.
tokenize() - Method in class org.csveed.report.RowReport
Tokenize.
TokenState - Enum in org.csveed.token
The Enum TokenState.
toString() - Method in class org.csveed.common.Column
 
toString() - Method in class org.csveed.common.ColumnIndexKey
 
toString() - Method in class org.csveed.common.ColumnNameKey
 
toString(byte[]) - Method in class org.csveed.bean.conversion.ByteArrayConverter
 
toString(char[]) - Method in class org.csveed.bean.conversion.CharArrayConverter
 
toString(Boolean) - Method in class org.csveed.bean.conversion.CustomBooleanConverter
 
toString(Character) - Method in class org.csveed.bean.conversion.CharacterConverter
 
toString(Number) - Method in class org.csveed.bean.conversion.CustomNumberConverter
 
toString(String) - Method in class org.csveed.bean.conversion.StringConverter
 
toString(Charset) - Method in class org.csveed.bean.conversion.CharsetConverter
 
toString(Currency) - Method in class org.csveed.bean.conversion.CurrencyConverter
 
toString(Date) - Method in class org.csveed.bean.conversion.DateConverter
 
toString(Pattern) - Method in class org.csveed.bean.conversion.PatternConverter
 
toString(TimeZone) - Method in class org.csveed.bean.conversion.TimeZoneConverter
 
toString(K) - Method in interface org.csveed.bean.conversion.Converter
To string.
toString(K) - Method in class org.csveed.bean.conversion.EasyAbstractConverter
 
toString(T) - Method in class org.csveed.bean.conversion.EnumConverter
 
trim() - Method in enum org.csveed.token.ParseState
Trim.
trimAllWhitespace(String) - Static method in class org.csveed.bean.conversion.ConversionUtil
Trim all whitespace.

U

useHeader() - Element in annotation type org.csveed.annotations.CsvFile
States whether the first line will be used as a structure line.
useHeader() - Method in interface org.csveed.bean.BeanInstructions
States whether a header is used.
useHeader() - Method in class org.csveed.bean.BeanInstructionsImpl
 

V

VALUE_0 - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_0.
VALUE_1 - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_1.
VALUE_FALSE - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_FALSE.
VALUE_NO - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_NO.
VALUE_OFF - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_OFF.
VALUE_ON - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_ON.
VALUE_SHORT_FALSE - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_SHORT_FALSE.
VALUE_SHORT_NO - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_SHORT_NO.
VALUE_SHORT_TRUE - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_SHORT_TRUE.
VALUE_SHORT_YES - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_SHORT_YES.
VALUE_TRUE - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_TRUE.
VALUE_YES - Static variable in class org.csveed.bean.conversion.CustomBooleanConverter
The Constant VALUE_YES.
valueOf(String) - Static method in enum org.csveed.token.EncounteredSymbol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csveed.token.ParseState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csveed.token.TokenState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.csveed.token.EncounteredSymbol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csveed.token.ParseState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csveed.token.TokenState
Returns an array containing the constants of this enum type, in the order they are declared.
variant() - Element in annotation type org.csveed.annotations.CsvLocalizedNumber
Variant used to construct Locale.
verifyHeader(Header) - Method in class org.csveed.bean.AbstractMapper
Verify header.

W

writeBean(T) - Method in interface org.csveed.api.CsvClient
Writes a single Bean to the table.
writeBean(T) - Method in class org.csveed.api.CsvClientImpl
 
writeBean(T) - Method in interface org.csveed.bean.BeanWriter
Writes a single Bean to the table.
writeBean(T) - Method in class org.csveed.bean.BeanWriterImpl
 
writeBeans(Collection<T>) - Method in interface org.csveed.api.CsvClient
Writes a collection of Beans to the table.
writeBeans(Collection<T>) - Method in class org.csveed.api.CsvClientImpl
 
writeBeans(Collection<T>) - Method in interface org.csveed.bean.BeanWriter
Writes a collection of Beans to the table.
writeBeans(Collection<T>) - Method in class org.csveed.bean.BeanWriterImpl
 
writeHeader() - Method in interface org.csveed.api.CsvClient
Writes a header based on the bean properties to the table.
writeHeader() - Method in class org.csveed.api.CsvClientImpl
 
writeHeader() - Method in interface org.csveed.bean.BeanWriter
Writes the header of a Bean type to the table.
writeHeader() - Method in class org.csveed.bean.BeanWriterImpl
 
writeHeader(String[]) - Method in interface org.csveed.api.CsvClient
Writes the header to the table.
writeHeader(String[]) - Method in class org.csveed.api.CsvClientImpl
 
writeHeader(String[]) - Method in interface org.csveed.row.RowWriter
Creates and sets the header of the table.
writeHeader(String[]) - Method in class org.csveed.row.RowWriterImpl
 
writeHeader(Header) - Method in interface org.csveed.api.CsvClient
Writes the header to the table.
writeHeader(Header) - Method in class org.csveed.api.CsvClientImpl
 
writeHeader(Header) - Method in interface org.csveed.row.RowWriter
Sets the header of the table.
writeHeader(Header) - Method in class org.csveed.row.RowWriterImpl
 
writeRow(String[]) - Method in interface org.csveed.api.CsvClient
Writes a single row (consisting of String cells) to the table.
writeRow(String[]) - Method in class org.csveed.api.CsvClientImpl
 
writeRow(String[]) - Method in interface org.csveed.row.RowWriter
Writes the cells of a table row as an individual row.
writeRow(String[]) - Method in class org.csveed.row.RowWriterImpl
 
writeRow(Row) - Method in interface org.csveed.api.CsvClient
Writes a single row to the table.
writeRow(Row) - Method in class org.csveed.api.CsvClientImpl
 
writeRow(Row) - Method in interface org.csveed.row.RowWriter
Writes a single row to the Writer.
writeRow(Row) - Method in class org.csveed.row.RowWriterImpl
 
writeRows(String[][]) - Method in interface org.csveed.api.CsvClient
Writes a two-dimensional array of cells (rows with cells) to the table.
writeRows(String[][]) - Method in class org.csveed.api.CsvClientImpl
 
writeRows(String[][]) - Method in interface org.csveed.row.RowWriter
Writes multiple rows with cells to the table.
writeRows(String[][]) - Method in class org.csveed.row.RowWriterImpl
 
writeRows(Collection<Row>) - Method in interface org.csveed.api.CsvClient
Writes a collection of rows to the table.
writeRows(Collection<Row>) - Method in class org.csveed.api.CsvClientImpl
 
writeRows(Collection<Row>) - Method in interface org.csveed.row.RowWriter
Writes multiples rows to the table.
writeRows(Collection<Row>) - Method in class org.csveed.row.RowWriterImpl
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form