|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConversionStrategy | |
|---|---|
| org.unitils.io.conversion.impl | |
| org.unitils.io.filecontent.impl | |
| Uses of ConversionStrategy in org.unitils.io.conversion.impl |
|---|
| Classes in org.unitils.io.conversion.impl that implement ConversionStrategy | |
|---|---|
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. |
| Uses of ConversionStrategy in org.unitils.io.filecontent.impl |
|---|
| Fields in org.unitils.io.filecontent.impl with type parameters of type ConversionStrategy | |
|---|---|
protected List<ConversionStrategy<?>> |
DefaultFileContentReader.conversionStrategies
|
| Methods in org.unitils.io.filecontent.impl that return ConversionStrategy | |
|---|---|
protected ConversionStrategy<?> |
DefaultFileContentReader.determineConversionStrategy(Class<?> targetType)
|
| Methods in org.unitils.io.filecontent.impl that return types with arguments of type ConversionStrategy | |
|---|---|
protected List<ConversionStrategy<?>> |
DefaultFileContentReaderFactory.createConversionStrategies(Properties configuration)
|
protected List<ConversionStrategy<?>> |
DefaultFileContentReaderFactory.createConversionStrategies(Properties configuration,
String propertyName)
|
| Constructor parameters in org.unitils.io.filecontent.impl with type arguments of type ConversionStrategy | |
|---|---|
DefaultFileContentReader(ReadingStrategy readingStrategy,
List<ConversionStrategy<?>> conversionStrategies,
String defaultEncoding)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||