com.lordofthejars.nosqlunit.redis.embedded
Class StringToByteArrayConverter

java.lang.Object
  extended by 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[]>


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

Constructor Detail

StringToByteArrayConverter

public StringToByteArrayConverter()
Method Detail

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.