public class DecimalFieldDescription extends Object implements FieldDescription<BigDecimal>
| Modifier and Type | Field and Description |
|---|---|
static FieldDescription<BigDecimal> |
INSTANCE |
| Constructor and Description |
|---|
DecimalFieldDescription(String thousandsSeparator,
String decimalSeparator) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType() |
Class<BigDecimal> |
getJavaType() |
void |
render(Appendable out) |
FieldProcessor<BigDecimal> |
toFieldProcessor(String nullValue) |
String |
toString() |
public static final FieldDescription<BigDecimal> INSTANCE
public void render(Appendable out) throws IOException
render in interface FieldDescription<BigDecimal>IOExceptionpublic FieldProcessor<BigDecimal> toFieldProcessor(String nullValue)
toFieldProcessor in interface FieldDescription<BigDecimal>public Class<BigDecimal> getJavaType()
getJavaType in interface FieldDescription<BigDecimal>public DataType getDataType()
getDataType in interface FieldDescription<BigDecimal>Copyright © 2020–2021. All rights reserved.