| Package | Description |
|---|---|
| org.easetech.easytest.converter |
Package containing various data converters part of the EasyTest framework.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Converter<TO>
A generic interface responsible for converting a Map object into a user defined object.
|
interface |
ParamAwareConverter<Type>
Decorator of
Converter to provide the name of the parameter
to the implementing class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConverter<Type>
An abstract implementation of the
ParamAwareConverter interface that can be used by the user to define their custom
converters. |
class |
CollectionConverter
An instance of
BaseConverter that is responsible for converting the raw data in to a collection type instance |
class |
ConversionDelegator
A Delegator class that is responsible for converting the raw data into user specified type.
|
class |
DataAlreadyConvertedConverter
An instance of
BaseConverter that is responsible for getting the already converted data and
creating a list of PotentialAssignments that is understood by EasyTest Framework. |
class |
JSONDataConverter
An instance of
BaseConverter that is responsible for converting the raw JSON data in to auser defined type instance |
class |
MapConverter
An instance of
BaseConverter that is responsible for converting the raw data in to a user defined Map type instance |
class |
ParamConstructorConverter
An instance of
BaseConverter that is responsible for converting the raw data in to a user defined type instance
using the type's constructor |
class |
PropertyEditorCollectionConverter
An instance of
BaseConverter that is responsible for converting the raw data in to a user defined type instance
using any registered Property Editors |
class |
PropertyEditorConverter
An instance of
BaseConverter that is responsible for converting the raw data in to a user defined type instance
using any registered Property Editors |
class |
StandardObjectCollectionConverter
An instance of
BaseConverter that is responsible for converting the raw data in to a user defined type instance
using any jav standard object |
class |
StandardObjectConverter
An instance of
BaseConverter that is responsible for converting the raw data in to a user defined type instance
using any java standard object |
class |
UserDefinedCollectionConverter
An instance of
BaseConverter that is responsible for converting the raw data in to a user defined type instance
using any user defined converter |
class |
UserDefinedConverter
An instance of
BaseConverter that is responsible for converting the raw data in to a user defined type instance
using any user defined converter |
| Constructor and Description |
|---|
ConversionDelegator(EasyParamSignature signature,
String paramName,
LinkedHashMap<String,BaseConverter<List<Map<String,Object>>,List<org.junit.experimental.theories.PotentialAssignment>>> converters)
Construct a new ConversionDelegator
|
Copyright © 2014. All rights reserved.