cucumber.runtime.converters
Class FloatConverter

java.lang.Object
  extended by cucumber.runtime.converters.ConverterWithFormat<T>
      extended by cucumber.runtime.converters.ConverterWithNumberFormat<Float>
          extended by cucumber.runtime.converters.FloatConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

public class FloatConverter
extends ConverterWithNumberFormat<Float>


Constructor Summary
FloatConverter(Locale locale)
           
 
Method Summary
protected  Float downcast(Number argument)
           
 
Methods inherited from class cucumber.runtime.converters.ConverterWithNumberFormat
fromString, getFormats
 
Methods inherited from class cucumber.runtime.converters.ConverterWithFormat
canConvert, toString, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatConverter

public FloatConverter(Locale locale)
Method Detail

downcast

protected Float downcast(Number argument)
Specified by:
downcast in class ConverterWithNumberFormat<Float>


Copyright © 2012. All Rights Reserved.