net.thucydides.core.csv.converters
Class IntegerTypeConverter
java.lang.Object
net.thucydides.core.csv.converters.IntegerTypeConverter
- All Implemented Interfaces:
- TypeConverter
public class IntegerTypeConverter
- extends Object
- implements TypeConverter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerTypeConverter
public IntegerTypeConverter()
appliesTo
public boolean appliesTo(Class<?> type)
- Specified by:
appliesTo in interface TypeConverter
valueOf
public Object valueOf(Object fieldValue)
- Specified by:
valueOf in interface TypeConverter
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.