public class JsonBytesToTupleConverter extends java.lang.Object implements org.springframework.core.convert.converter.Converter<byte[],Tuple>
JsonBytesToTupleConverter()
Tuple
convert(byte[] source)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonBytesToTupleConverter()
public Tuple convert(byte[] source)
convert
org.springframework.core.convert.converter.Converter<byte[],Tuple>