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