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) |
FieldProcessor<Boolean> |
toFieldProcessor(String nullValue) |
String |
toString() |
public static final FieldDescription<?> INSTANCE
public void render(Appendable out) throws IOException
render in interface FieldDescription<Boolean>IOExceptionpublic 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.