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