net.thucydides.core.csv.converters
Class BigDecimalTypeConverter

Package class diagram package BigDecimalTypeConverter
java.lang.Object
  extended by net.thucydides.core.csv.converters.BigDecimalTypeConverter
All Implemented Interfaces:
TypeConverter

public class BigDecimalTypeConverter
extends Object
implements TypeConverter


Constructor Summary
BigDecimalTypeConverter()
           
 
Method Summary
 boolean appliesTo(Class<?> type)
           
 Object valueOf(Object fieldValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigDecimalTypeConverter

public BigDecimalTypeConverter()
Method Detail

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.