public class BigDecimalTypeDeserializer extends AbstractNumberDeserializer<BigDecimal>
BigDecimal type.| Constructor | Description |
|---|---|
BigDecimalTypeDeserializer(Customization customization) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
BigDecimal |
deserialize(String jsonValue,
Unmarshaller unmarshaller,
Type rtType) |
Convert string value to object.
|
deserializeFormatteddeserialize, getCustomization, getPropertyTypepublic BigDecimalTypeDeserializer(Customization customization)
customization - Model customization.public BigDecimal deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
AbstractValueTypeDeserializerdeserialize in class AbstractValueTypeDeserializer<BigDecimal>jsonValue - Json value.unmarshaller - Unmarshaller instance.rtType - Runtime type.Copyright © 2018 Oracle Corporation. All rights reserved.