public class MapConverter extends Object implements BaseConverter<List<Map<String,Object>>,List<org.junit.experimental.theories.PotentialAssignment>>
BaseConverter that is responsible for converting the raw data in to a user defined Map type instanceCOLON, EMPTY_STRING| Constructor and Description |
|---|
MapConverter(Class<?> mapType)
Construct a new MapConverter
|
public MapConverter(Class<?> mapType)
mapType - the type of map to convert toCopyright © 2014. All rights reserved.