com.lordofthejars.nosqlunit.redis.embedded
Class DoubleToStringByteArrayConverter
java.lang.Object
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[]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleToStringByteArrayConverter
public DoubleToStringByteArrayConverter()
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.