See: Description
| Interface | Description |
|---|---|
| BaseConverter<FROM,TO> |
A base Converter for all the converters in EasyTest.
|
| Converter<TO> |
A generic interface responsible for converting a Map object into a user defined object.
|
| ParamAwareConverter<Type> |
Decorator of
Converter to provide the name of the parameter
to the implementing class. |
| Class | Description |
|---|---|
| AbstractConverter<Type> |
An abstract implementation of the
ParamAwareConverter interface that can be used by the user to define their custom
converters. |
| CollectionConverter |
An instance of
BaseConverter that is responsible for converting the raw data in to a collection type instance |
| ConversionDelegator |
A Delegator class that is responsible for converting the raw data into user specified type.
|
| ConverterManager |
A class that manages the registered Converters and makes them available to the framework.
|
| ConverterSupport |
A convenient support class that gives users access to various defined
parameters that may be useful during data conversion
|
| 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. |
| JSONDataConverter |
An instance of
BaseConverter that is responsible for converting the raw JSON data in to auser defined type instance |
| MapConverter |
An instance of
BaseConverter that is responsible for converting the raw data in to a user defined Map type instance |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
Copyright © 2014. All rights reserved.