public interface FieldDescription<T>
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType() |
Class<T> |
getJavaType() |
void |
render(Appendable out)
Render the field description
|
FieldProcessor<T> |
toFieldProcessor(String nullValue) |
void render(Appendable out) throws IOException
out - the outputIOException - if an I/O error occursFieldProcessor<T> toFieldProcessor(String nullValue)
DataType getDataType()
Copyright © 2020–2021. All rights reserved.