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