public interface Mapper<T>
| Modifier and Type | Field and Description |
|---|---|
static Mapper<byte[]> |
BYTES |
static Mapper<Integer> |
INT |
static Mapper<Long> |
LONG |
static Mapper<String> |
STRING |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
toBytes(T value) |
String |
toString(T value) |
Copyright © 2024. All rights reserved.