Class BigIntegerConverter

    • Constructor Detail

      • BigIntegerConverter

        public BigIntegerConverter()
    • Method Detail

      • getTargetType

        protected java.lang.Class<java.math.BigInteger> getTargetType()
        Specified by:
        getTargetType in class AbstractConverter<java.math.BigInteger>
        Returns:
        The target type of this type converter
      • convertToObject

        public java.math.BigInteger convertToObject​(java.lang.String value,
                                                    java.util.Locale locale)
        Description copied from interface: IConverter
        Converts the given String value
        Parameters:
        value - The string value to convert
        locale - The locale used to convert the value
        Returns:
        The converted value