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