cucumber.runtime.converters
Class EnumConverter

java.lang.Object
  extended by cucumber.runtime.converters.ConverterWithFormat<T>
      extended by cucumber.runtime.converters.ConverterWithEnumFormat<Enum>
          extended by cucumber.runtime.converters.EnumConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

public class EnumConverter
extends ConverterWithEnumFormat<Enum>


Constructor Summary
EnumConverter(Locale locale, Class<? extends Enum> enumClass)
           
 
Method Summary
 
Methods inherited from class cucumber.runtime.converters.ConverterWithEnumFormat
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

EnumConverter

public EnumConverter(Locale locale,
                     Class<? extends Enum> enumClass)


Copyright © 2012. All Rights Reserved.