| Package | Description |
|---|---|
| ru.qatools.properties | |
| ru.qatools.properties.converters |
| Modifier and Type | Method and Description |
|---|---|
protected Converter |
PropertyLoader.getConverterForElementWithUseAnnotation(AnnotatedElement element)
Returns new instance of converter specified in
Use annotation for
given element. |
| Modifier and Type | Method and Description |
|---|---|
<T> PropertyLoader |
PropertyLoader.register(Converter<T> converter,
Class<T> type)
Register custom converter for given type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayConverter |
class |
BooleanConverter |
class |
ByteConverter |
class |
CharacterConverter |
class |
CharsetConverter |
class |
CollectionConverter<T> |
class |
DoubleConverter |
class |
EnumConverter |
class |
FileConverter |
class |
FloatConverter |
class |
IntegerConverter |
class |
LongConverter |
class |
PathConverter |
class |
ShortConverter |
class |
StringConverter |
class |
UriConverter |
class |
UrlConverter |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Converter<T> |
ConverterManager.find(Class<T> type)
Find converter for given type.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
ConverterManager.addConverter(Class<T> type,
Converter<T> converter)
Add converter to the storage.
|
<T> void |
ConverterManager.register(Class<T> type,
Converter<T> converter)
Register converter.
|
| Constructor and Description |
|---|
ArrayConverter(Converter childConverter,
Class childType,
StringSplitter stringSplitter) |
CollectionConverter(Converter<T> childConverter,
StringSplitter stringSplitter) |
Copyright © 2015 QATools. All Rights Reserved.