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