com.lordofthejars.nosqlunit.redis.embedded
Class StringToByteArrayConverter
java.lang.Object
com.lordofthejars.nosqlunit.redis.embedded.StringToByteArrayConverter
- All Implemented Interfaces:
- ch.lambdaj.function.convert.Converter<String,byte[]>
public class StringToByteArrayConverter
- extends Object
- implements ch.lambdaj.function.convert.Converter<String,byte[]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringToByteArrayConverter
public StringToByteArrayConverter()
createStringToByteArrayConverter
public static StringToByteArrayConverter createStringToByteArrayConverter()
convert
public byte[] convert(String from)
- Specified by:
convert in interface ch.lambdaj.function.convert.Converter<String,byte[]>
Copyright © 2012. All Rights Reserved.