Class BigDecimalConverter

  • All Implemented Interfaces:
    IStringConverter<java.math.BigDecimal>

    public class BigDecimalConverter
    extends BaseConverter<java.math.BigDecimal>
    Converts a String to a BigDecimal.
    • Constructor Summary

      Constructors 
      Constructor Description
      BigDecimalConverter​(java.lang.String optionName)  
    • Constructor Detail

      • BigDecimalConverter

        public BigDecimalConverter​(java.lang.String optionName)
    • Method Detail

      • convert

        public java.math.BigDecimal convert​(java.lang.String value)
        Returns:
        an object of type T created from the parameter value.