| Package | Description |
|---|---|
| com.opencsv.bean |
A bean binding interface for use with opencsv.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterDate
This class converts an input to a date type.
|
class |
ConverterNumber
This converter class is used in combination with
CsvNumber, that is,
when number inputs and outputs should be formatted. |
class |
ConverterPrimitiveTypes
This class wraps fields from the reflection API in order to handle
translation of primitive types and to add a "required" flag.
|
| Modifier and Type | Method and Description |
|---|---|
protected CsvConverter |
AbstractMappingStrategy.determineConverter(Field field,
Class<?> elementType,
String locale,
String writeLocale,
Class<? extends AbstractCsvConverter> customConverter)
Given the information provided, determines the appropriate built-in
converter to be passed in to the
BeanField being created. |
Copyright © 2019. All rights reserved.