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