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