public interface FieldDescription<T>
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType() |
Class<T> |
getJavaType() |
void |
render(Appendable out) |
FieldProcessor<T> |
toFieldProcessor(String nullValue) |
void render(Appendable out) throws IOException
IOExceptionFieldProcessor<T> toFieldProcessor(String nullValue)
DataType getDataType()
Copyright © 2020–2021. All rights reserved.