public class BigDecimalTypeDeserializer extends AbstractNumberDeserializer<BigDecimal>
BigDecimal type.| Modifier and Type | Method | Description |
|---|---|---|
BigDecimal |
deserialize(String jsonValue,
Unmarshaller unmarshaller,
Type rtType) |
Convert string value to object.
|
deserializeFormatteddeserialize, getModelpublic BigDecimal deserialize(String jsonValue, Unmarshaller unmarshaller, Type rtType)
AbstractValueTypeDeserializerdeserialize in class AbstractValueTypeDeserializer<BigDecimal>jsonValue - Json value.unmarshaller - Unmarshaller instance.rtType - Runtime type.Copyright © 2017 Oracle Corporation. All rights reserved.