public class DoubleBigDecimal extends Object implements Converter<Double,BigDecimal>
Constructor and Description |
---|
DoubleBigDecimal() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
convert(Double object) |
Class |
getDestType() |
Class |
getSourceType() |
public BigDecimal convert(Double object)
convert
in interface Converter<Double,BigDecimal>
public Class getSourceType()
getSourceType
in interface Converter<Double,BigDecimal>
public Class getDestType()
getDestType
in interface Converter<Double,BigDecimal>
Copyright © 2006–2018 TinyGroup. All rights reserved.