Class StringToBigDecimal
java.lang.Object
org.springframework.binding.convert.converters.StringToObject
org.springframework.binding.convert.converters.StringToBigDecimal
- All Implemented Interfaces:
Converter
,TwoWayConverter
Converts a String to a BigDecimal.
- Author:
- Keith Donald
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.binding.convert.converters.StringToObject
convertSourceToTargetClass, convertTargetToSourceClass, getSourceClass, getTargetClass
-
Constructor Details
-
StringToBigDecimal
public StringToBigDecimal()
-
-
Method Details
-
toObject
- Specified by:
toObject
in classStringToObject
- Throws:
Exception
-
toString
- Specified by:
toString
in classStringToObject
-