public class DefaultFileContentReaderFactory extends Object implements FileContentReaderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOM_CONVERSION_STRATEGY_KEY |
static String |
DEFAULT_CONVERSION_STRATEGY_KEY |
static String |
DEFAULT_FILE_ENCODING |
| Constructor and Description |
|---|
DefaultFileContentReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ConversionStrategy<?>> |
createConversionStrategies(Properties configuration) |
protected List<ConversionStrategy<?>> |
createConversionStrategies(Properties configuration,
String propertyName) |
FileContentReader |
createFileContentReader(Properties configuration) |
protected ReadingStrategy |
createReadingStrategy(Properties configuration) |
public static final String DEFAULT_CONVERSION_STRATEGY_KEY
public static final String CUSTOM_CONVERSION_STRATEGY_KEY
public static final String DEFAULT_FILE_ENCODING
public FileContentReader createFileContentReader(Properties configuration)
createFileContentReader in interface FileContentReaderFactoryprotected ReadingStrategy createReadingStrategy(Properties configuration)
protected List<ConversionStrategy<?>> createConversionStrategies(Properties configuration)
protected List<ConversionStrategy<?>> createConversionStrategies(Properties configuration, String propertyName)
Copyright © 2016. All Rights Reserved.