Skip navigation links
B C F G H I L M N P R S T W 

B

build() - Method in class com.github.timo_reymann.csv_parser.io.CsvReader.Builder
Build csv reader instance
build() - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter.Builder
 
Builder() - Constructor for class com.github.timo_reymann.csv_parser.io.CsvReader.Builder
 
Builder() - Constructor for class com.github.timo_reymann.csv_parser.io.CsvWriter.Builder
 

C

close() - Method in class com.github.timo_reymann.csv_parser.io.CsvReader
Close FileReader and BufferedReader instance
close() - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter
Close underyling BufferedWriter and FileWriter
com.github.timo_reymann.csv_parser.exception - package com.github.timo_reymann.csv_parser.exception
 
com.github.timo_reymann.csv_parser.io - package com.github.timo_reymann.csv_parser.io
 
com.github.timo_reymann.csv_parser.meta - package com.github.timo_reymann.csv_parser.meta
 
com.github.timo_reymann.csv_parser.util - package com.github.timo_reymann.csv_parser.util
 
COMMA - Static variable in class com.github.timo_reymann.csv_parser.io.Seperator
Comma seperator
CsvColumn - Annotation Type in com.github.timo_reymann.csv_parser.meta
Map csv file column to property
CsvMetaDataReader<T> - Class in com.github.timo_reymann.csv_parser.meta
Csv meta data reader, used for reading meta information from bean class
CsvMetaDataReader(Class<T>) - Constructor for class com.github.timo_reymann.csv_parser.meta.CsvMetaDataReader
Create new meta data reader
CsvMetaDataReader.InvalidCsvColumnAnnotation - Exception in com.github.timo_reymann.csv_parser.meta
Invalid csv column annotation value
CsvReader<T> - Class in com.github.timo_reymann.csv_parser.io
Reader for csv files
CsvReader(File, Class<T>, boolean) - Constructor for class com.github.timo_reymann.csv_parser.io.CsvReader
Create CsvReader
CsvReader(String, Class<T>) - Constructor for class com.github.timo_reymann.csv_parser.io.CsvReader
Create new instance
CsvReader(String, Class<T>, boolean) - Constructor for class com.github.timo_reymann.csv_parser.io.CsvReader
Create new instance
CsvReader.Builder<T> - Class in com.github.timo_reymann.csv_parser.io
Builder for easily creating csv reader
CsvWriter<T> - Class in com.github.timo_reymann.csv_parser.io
Write csv files
CsvWriter(Class<T>, File, boolean, boolean, String) - Constructor for class com.github.timo_reymann.csv_parser.io.CsvWriter
Create new csv writer
CsvWriter.Builder<T> - Class in com.github.timo_reymann.csv_parser.io
 

F

file(File) - Method in class com.github.timo_reymann.csv_parser.io.CsvReader.Builder
Set file to read from
file(File) - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter.Builder
Set file to read from
flush() - Method in class com.github.timo_reymann.csv_parser.io.CsvReader
flush() - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter
Flush underlying BufferedWriter and FileWriter
forClass(Class<T>) - Method in class com.github.timo_reymann.csv_parser.io.CsvReader.Builder
Set class of bean
forClass(Class<T>) - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter.Builder
Set class of bean

G

getEffectiveValueForColumnMapping() - Method in class com.github.timo_reymann.csv_parser.meta.CsvMetaDataReader
Get effective value for column mapping
getFieldsToMap() - Method in class com.github.timo_reymann.csv_parser.meta.CsvMetaDataReader
Get field csv column mapping
getLineSeperator() - Static method in class com.github.timo_reymann.csv_parser.util.Platform
Get new line control codes for platform

H

hasHeading() - Method in class com.github.timo_reymann.csv_parser.io.CsvReader.Builder
File to read has first row with heading
hasHeading() - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter.Builder
File to read has first row with heading

I

InvalidArgumentException - Exception in com.github.timo_reymann.csv_parser.io
Invalid argument for csv reader/writer builder

L

lines() - Method in class com.github.timo_reymann.csv_parser.io.CsvReader
Get stream with remaining lines from BufferedReader already mapped to beans, if an error occurred during mapping, its element in list is null

M

MappingException - Exception in com.github.timo_reymann.csv_parser.exception
Error during mapping
MappingException(String) - Constructor for exception com.github.timo_reymann.csv_parser.exception.MappingException
Create mapping exception

N

noAppend() - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter.Builder
 

P

Platform - Class in com.github.timo_reymann.csv_parser.util
Platform specific functionality
Platform() - Constructor for class com.github.timo_reymann.csv_parser.util.Platform
 

R

readLine() - Method in class com.github.timo_reymann.csv_parser.io.CsvReader
Read line from csv file

S

SEMICOLON - Static variable in class com.github.timo_reymann.csv_parser.io.Seperator
Semicolon seperator
seperatedBy(String) - Method in class com.github.timo_reymann.csv_parser.io.CsvReader.Builder
Set seperator for csv reader, default it is set to ';'
seperatedBy(String) - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter.Builder
Set seperator for csv reader, default it is set to ';'
Seperator - Class in com.github.timo_reymann.csv_parser.io
Seperator for line values
Seperator() - Constructor for class com.github.timo_reymann.csv_parser.io.Seperator
 
setHasHeading(boolean) - Method in class com.github.timo_reymann.csv_parser.io.CsvReader
Set has heading property
setSeperator(String) - Method in class com.github.timo_reymann.csv_parser.io.CsvReader
Set separator for splitting rows
SPACE - Static variable in class com.github.timo_reymann.csv_parser.io.Seperator
Space seperator

T

TAB - Static variable in class com.github.timo_reymann.csv_parser.io.Seperator
Tab seperator

W

writeLine(T) - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter
Write bean to file
writeLine(List<T>) - Method in class com.github.timo_reymann.csv_parser.io.CsvWriter
Write beans to file
B C F G H I L M N P R S T W 
Skip navigation links

Copyright © 2018. All rights reserved.