cucumber.runtime.converters
Class SingleValueConverterWrapperExt

java.lang.Object
  extended by com.thoughtworks.xstream.converters.SingleValueConverterWrapper
      extended by cucumber.runtime.converters.SingleValueConverterWrapperExt
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.ErrorReporter, com.thoughtworks.xstream.converters.SingleValueConverter

public class SingleValueConverterWrapperExt
extends com.thoughtworks.xstream.converters.SingleValueConverterWrapper

Subclass that exposes the wrapped converter


Constructor Summary
SingleValueConverterWrapperExt(com.thoughtworks.xstream.converters.SingleValueConverter converter)
           
 
Method Summary
 com.thoughtworks.xstream.converters.SingleValueConverter getConverter()
           
 
Methods inherited from class com.thoughtworks.xstream.converters.SingleValueConverterWrapper
appendErrors, canConvert, fromString, marshal, toString, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleValueConverterWrapperExt

public SingleValueConverterWrapperExt(com.thoughtworks.xstream.converters.SingleValueConverter converter)
Method Detail

getConverter

public com.thoughtworks.xstream.converters.SingleValueConverter getConverter()