cucumber.runtime.converters
Class BigIntegerConverter

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

public class BigIntegerConverter
extends ConverterWithNumberFormat<java.math.BigInteger>


Constructor Summary
BigIntegerConverter(java.util.Locale locale)
           
 
Method Summary
protected  java.math.BigInteger downcast(java.lang.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

BigIntegerConverter

public BigIntegerConverter(java.util.Locale locale)
Method Detail

downcast

protected java.math.BigInteger downcast(java.lang.Number argument)
Specified by:
downcast in class ConverterWithNumberFormat<java.math.BigInteger>