public class BigDecimalConverter extends Object implements TypeConverter<String,BigDecimal>
Constructor and Description |
---|
BigDecimalConverter() |
Modifier and Type | Method and Description |
---|---|
Class<BigDecimal> |
getDestinationType() |
BigDecimal |
getObject(String value) |
Class<String> |
getSourceType() |
public Class<String> getSourceType()
getSourceType
in interface TypeConverter<String,BigDecimal>
public Class<BigDecimal> getDestinationType()
getDestinationType
in interface TypeConverter<String,BigDecimal>
public BigDecimal getObject(String value)
getObject
in interface TypeConverter<String,BigDecimal>
Copyright © 2006–2018 TinyGroup. All rights reserved.