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