Package cz.diribet.aqdef.convert
Interface IKKeyValueConverter<T>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BigDecimalKKeyValueConverter,BooleanKKeyValueConverter,DateKKeyValueConverter,IntegerKKeyValueConverter,K0005ValueConverter,K0006ValueConverter,K0020ValueConverter,StringKKeyValueConverter
public interface IKKeyValueConverter<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconvert(String value)StringtoString(T value)
-
-
-
Method Detail
-
convert
T convert(String value) throws KKeyValueConversionException
- Throws:
KKeyValueConversionException
-
-