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