Module io.github.bucket4j.core
Interface Mapper<T>
-
public interface Mapper<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]toBytes(T value)StringtoString(T value)
-
public interface Mapper<T>
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
toBytes(T value) |
|
String |
toString(T value) |