Package cz.diribet.aqdef.convert
Class BigDecimalKKeyValueConverter
- java.lang.Object
-
- cz.diribet.aqdef.convert.BigDecimalKKeyValueConverter
-
- All Implemented Interfaces:
IKKeyValueConverter<BigDecimal>
public class BigDecimalKKeyValueConverter extends Object implements IKKeyValueConverter<BigDecimal>
- Author:
- Vlastimil Dolejs
-
-
Constructor Summary
Constructors Constructor Description BigDecimalKKeyValueConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalconvert(String value)StringtoString(BigDecimal value)
-
-
-
Method Detail
-
convert
public BigDecimal convert(String value) throws KKeyValueConversionException
- Specified by:
convertin interfaceIKKeyValueConverter<BigDecimal>- Throws:
KKeyValueConversionException
-
toString
public String toString(BigDecimal value)
- Specified by:
toStringin interfaceIKKeyValueConverter<BigDecimal>
-
-