Class BigDecimalDoubleConverter

java.lang.Object
org.datanucleus.store.types.converters.BigDecimalDoubleConverter
All Implemented Interfaces:
Serializable, TypeConverter<BigDecimal,Double>

public class BigDecimalDoubleConverter extends Object implements TypeConverter<BigDecimal,Double>
Class to handle the conversion between java.math.BigDecimal and a Double form.
See Also:
  • Field Details

  • Constructor Details

    • BigDecimalDoubleConverter

      public BigDecimalDoubleConverter()
  • Method Details