|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Converter | |
|---|---|
| org.easetech.easytest.converter | |
| Uses of Converter in org.easetech.easytest.converter |
|---|
| Classes in org.easetech.easytest.converter that implement Converter | |
|---|---|
class |
AbstractConverter<Type>
An abstract implementation of the Converter interface that can be used by the user to define their custom
converters. |
| Fields in org.easetech.easytest.converter with type parameters of type Converter | |
|---|---|
static ThreadLocal<Set<Converter>> |
ConverterManager.converters
A thread local variable that will hold the set of Converter for easy consumption by the test cases. |
| Methods in org.easetech.easytest.converter that return Converter | |
|---|---|
static Converter<?> |
ConverterManager.findConverter(Class<?> targetType)
Find the registered Converter for the given class type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||