public class ReverseEncoder<T> extends Object implements TypeEncoder<T,String>
| Constructor and Description |
|---|
ReverseEncoder(TypeEncoder<T,String> encoder) |
public ReverseEncoder(TypeEncoder<T,String> encoder)
public String getAlias()
getAlias in interface TypeEncoder<T,String>public String encode(T value) throws TypeEncodingException
encode in interface TypeEncoder<T,String>TypeEncodingExceptionpublic T decode(String value) throws TypeDecodingException
decode in interface TypeEncoder<T,String>TypeDecodingExceptionCopyright © 2014 Calrissian. All rights reserved.