Interface FlatEntryConverter<K,V>
-
- All Known Subinterfaces:
FlatNumberEntryConverter<K>
public interface FlatEntryConverter<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
toKey(String key)
String
toRawKey(K key)
String
toRawValue(V object)
V
toValue(String value)
-