Interface FlatEntryConverter<K,V>
-
public interface FlatEntryConverter<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KtoKey(String key)StringtoRawKey(K key)StringtoRawValue(V object)VtoValue(String value)
-