Class BigDecimalEditor

All Implemented Interfaces:
PropertyEditor, Converter

public class BigDecimalEditor extends AbstractConverter
A property editor for BigDecimal typed properties.
Version:
$Rev: 6680 $
  • Constructor Details

  • Method Details

    • toObjectImpl

      protected Object toObjectImpl(String text)
      Convert the text value of the property into a BigDecimal instance.
      Specified by:
      toObjectImpl in class AbstractConverter
      Parameters:
      text - the text to convert
      Returns:
      a BigDecimal object constructed from the property text value.