Package | Description |
---|---|
org.jsefa.csv.annotation | |
org.jsefa.csv.config | |
org.jsefa.csv.lowlevel | |
org.jsefa.csv.lowlevel.config | |
org.jsefa.csv.mapping |
Constructor and Description |
---|
CsvTypeMappingFactory(RbfTypeMappingRegistry typeMappingRegistry,
SimpleTypeConverterProvider simpleTypeConverterProvider,
ValidatorProvider validatorProvider,
ObjectAccessorProvider objectAccessorProvider,
QuoteMode defaultQuoteMode,
String defaultNoValueString)
Constructs a new
CsvTypeMappingFactory . |
Modifier and Type | Field and Description |
---|---|
static QuoteMode |
CsvConfiguration.Defaults.DEFAULT_QUOTE_MODE
The default quote mode used if none is explicitly given.
|
Modifier and Type | Method and Description |
---|---|
QuoteMode |
CsvConfiguration.getDefaultQuoteMode()
Returns the default quote mode.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvConfiguration.setDefaultQuoteMode(QuoteMode defaultQuoteMode)
Sets the default quote mode.
|
Modifier and Type | Method and Description |
---|---|
String |
CsvLowLevelDeserializerImpl.nextField(QuoteMode quoteMode)
Returns the next field of the current record.
|
String |
CsvLowLevelDeserializer.nextField(QuoteMode quoteMode)
Returns the next field of the current record.
|
void |
CsvLowLevelSerializerImpl.writeField(String value,
QuoteMode quoteMode)
Writes the next field.
|
void |
CsvLowLevelSerializer.writeField(String value,
QuoteMode quoteMode)
Writes the next field.
|
Modifier and Type | Method and Description |
---|---|
static QuoteMode |
QuoteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteMode[] |
QuoteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QuoteMode |
CsvSimpleTypeMapping.getQuoteMode()
Returns the quote mode.
|
Constructor and Description |
---|
CsvSimpleTypeMapping(Class<?> objectType,
String dataTypeName,
SimpleTypeConverter simpleTypeConverter,
QuoteMode quoteMode,
String noValueString)
Constructs a new
CsvSimpleTypeMapping from the given arguments. |
Copyright © 2014. All rights reserved.