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