public class SerializedBigDecimal extends SerializedImmutable<BigDecimal>
| Constructor and Description |
|---|
SerializedBigDecimal(Type type,
Class<?> valueType) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SerializedValueVisitor<T> visitor) |
Class<?> |
getValueType() |
public Class<?> getValueType()
getValueType in interface SerializedValuegetValueType in class SerializedImmutable<BigDecimal>public <T> T accept(SerializedValueVisitor<T> visitor)
Copyright © 2016. All rights reserved.