| Package | Description |
|---|---|
| org.unitils.io.conversion.impl | |
| org.unitils.io.filecontent.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesConversionStrategy
This conversion strategy will try to convert the input stream into a Properties.
|
class |
StringConversionStrategy
This conversion strategy will try to convert the input stream into a String.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ConversionStrategy<?>> |
DefaultFileContentReader.conversionStrategies |
| Modifier and Type | Method and Description |
|---|---|
protected ConversionStrategy<?> |
DefaultFileContentReader.determineConversionStrategy(Class<?> targetType) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ConversionStrategy<?>> |
DefaultFileContentReaderFactory.createConversionStrategies(Properties configuration) |
protected List<ConversionStrategy<?>> |
DefaultFileContentReaderFactory.createConversionStrategies(Properties configuration,
String propertyName) |
| Constructor and Description |
|---|
DefaultFileContentReader(ReadingStrategy readingStrategy,
List<ConversionStrategy<?>> conversionStrategies,
String defaultEncoding) |
Copyright © 2016. All Rights Reserved.