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
Constructors -
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:
toObjectin classStringToObject- Throws:
Exception
-
toString
- Specified by:
toStringin classStringToObject
-