| Package | Description |
|---|---|
| com.github.jferard.javamcsv | |
| com.github.jferard.javamcsv.processor |
| Modifier and Type | Method and Description |
|---|---|
static OnError |
OnError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnError[] |
OnError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetaCSVReaderBuilder |
MetaCSVReaderBuilder.onError(OnError onError) |
MetaCSVWriterBuilder |
MetaCSVWriterBuilder.onError(OnError onError) |
ReadProcessorProvider |
MetaCSVData.toReadProcessorProvider(OnError onError) |
WriteProcessorProvider |
MetaCSVData.toWriteProcessorProvider(OnError onError) |
| Modifier and Type | Method and Description |
|---|---|
<T> ReadFieldProcessor<T> |
FieldProcessorFactory.toReadFieldProcessor(FieldDescription<T> description,
String nullValue,
OnError onError) |
<T> WriteFieldProcessor |
FieldProcessorFactory.toWriteFieldProcessor(FieldDescription<T> description,
String nullValue,
OnError onError,
boolean lenient) |
| Constructor and Description |
|---|
CSVRecordProcessor(ProcessorProvider provider,
ReadProcessorProvider readProcessorProvider,
OnError onError,
TimeZone timeZone) |
ReadProcessorProvider(Map<Integer,FieldDescription<?>> descriptionByColIndex,
String nullValue,
OnError onError) |
WriteProcessorProvider(Map<Integer,FieldDescription<?>> descriptionByColIndex,
String nullValue,
OnError onError) |
Copyright © 2020–2021. All rights reserved.