public class ByteReverseEncoder extends AbstractByteEncoder<String>
| Constructor and Description |
|---|
ByteReverseEncoder() |
| Modifier and Type | Method and Description |
|---|---|
Byte |
decode(String value)
Decodes the provided value.
|
String |
encode(Byte value)
Encodes a value.
|
getAlias, resolvespublic String encode(Byte value)
TypeEncoderpublic Byte decode(String value)
TypeEncoderCopyright © 2018 Calrissian. All rights reserved.