public class DefaultBigDecimalAdaptor extends DefaultSetupGenerator<SerializedImmutable<BigDecimal>> implements Adaptor<SerializedImmutable<BigDecimal>>
| Constructor and Description |
|---|
DefaultBigDecimalAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
Class<SerializedImmutable> |
getAdaptedClass() |
boolean |
matches(Type type) |
Computation |
tryDeserialize(SerializedImmutable<BigDecimal> value,
Deserializer generator) |
parentpublic Class<SerializedImmutable> getAdaptedClass()
getAdaptedClass in interface Adaptor<SerializedImmutable<BigDecimal>>public boolean matches(Type type)
matches in interface Adaptor<SerializedImmutable<BigDecimal>>matches in class DefaultAdaptor<SerializedImmutable<BigDecimal>>public Computation tryDeserialize(SerializedImmutable<BigDecimal> value, Deserializer generator)
tryDeserialize in interface Adaptor<SerializedImmutable<BigDecimal>>Copyright © 2020. All rights reserved.