| Package | Description |
|---|---|
| ru.qatools.properties | |
| ru.qatools.properties.converters |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
PropertyLoader.getCollectionElementType(Type genericType)
Get collection element type for given type.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> Collection<T> |
ConverterManager.castCollectionToType(Class collectionType,
Collection<T> converted)
Create an instance of specified collection with given element type.
|
Object |
ConverterManager.convert(Class<?> type,
String origin)
Convert given string to type.
|
<T> Object |
ConverterManager.convert(Class collectionType,
Class<T> elementType,
String origin)
Convert given string to specified collection with given element type.
|
protected Object |
ConverterManager.convertNullValue(Class type)
Convert null to given type.
|
protected <T> Converter<T> |
ConverterManager.find(Class<T> type)
Find converter for given type.
|
Copyright © 2015 QATools. All Rights Reserved.