public class BigDecimalValueHandler<T extends Number> extends BaseValueHandler<T>
| Modifier and Type | Field and Description |
|---|---|
protected static BigInteger |
TEN |
protected static BigInteger |
TEN_THOUSAND |
| Constructor and Description |
|---|
BigDecimalValueHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalHandle(DataOutputStream buffer,
T value) |
handleprotected static final BigInteger TEN
protected static final BigInteger TEN_THOUSAND
protected void internalHandle(DataOutputStream buffer, T value) throws Exception
internalHandle in class BaseValueHandler<T extends Number>ExceptionCopyright © 2020. All rights reserved.