public class PercentageFloatFieldDescription extends Object implements FieldDescription<Double>
| Modifier and Type | Field and Description |
|---|---|
static FieldDescription<?> |
INSTANCE |
| Constructor and Description |
|---|
PercentageFloatFieldDescription(boolean pre,
String symbol,
FieldDescription<Double> numberDescription) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType() |
Class<Double> |
getJavaType() |
void |
render(Appendable out) |
FieldProcessor<Double> |
toFieldProcessor(String nullValue) |
String |
toString() |
public static final FieldDescription<?> INSTANCE
public PercentageFloatFieldDescription(boolean pre,
String symbol,
FieldDescription<Double> numberDescription)
public void render(Appendable out) throws IOException
render in interface FieldDescription<Double>IOExceptionpublic 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.