public class IntegerFieldDescription extends Object implements FieldDescription<Long>
| Modifier and Type | Field and Description |
|---|---|
static IntegerFieldDescription |
INSTANCE |
| Constructor and Description |
|---|
IntegerFieldDescription(String thousandsSeparator) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType() |
Class<Long> |
getJavaType() |
void |
render(Appendable out)
Render the field description
|
FieldProcessor<Long> |
toFieldProcessor(String nullValue) |
String |
toString() |
public static IntegerFieldDescription INSTANCE
public IntegerFieldDescription(String thousandsSeparator)
public void render(Appendable out) throws IOException
FieldDescriptionrender in interface FieldDescription<Long>out - the outputIOException - if an I/O error occurspublic 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>Copyright © 2020–2021. All rights reserved.