com.lordofthejars.nosqlunit.redis.embedded
Class DoubleToStringByteArrayConverter

java.lang.Object
  extended by com.lordofthejars.nosqlunit.redis.embedded.DoubleToStringByteArrayConverter
All Implemented Interfaces:
ch.lambdaj.function.convert.Converter<Double,byte[]>

public class DoubleToStringByteArrayConverter
extends Object
implements ch.lambdaj.function.convert.Converter<Double,byte[]>


Constructor Summary
DoubleToStringByteArrayConverter()
           
 
Method Summary
 byte[] convert(Double from)
           
static DoubleToStringByteArrayConverter createDoubleToStringByteArrayConverter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleToStringByteArrayConverter

public DoubleToStringByteArrayConverter()
Method Detail

createDoubleToStringByteArrayConverter

public static DoubleToStringByteArrayConverter createDoubleToStringByteArrayConverter()

convert

public byte[] convert(Double from)
Specified by:
convert in interface ch.lambdaj.function.convert.Converter<Double,byte[]>


Copyright © 2012. All Rights Reserved.