public class ExplicitNull extends Object implements PrimitiveObjectValue<Object>
| Constructor and Description |
|---|
ExplicitNull() |
| Modifier and Type | Method and Description |
|---|---|
ObjectValueType |
getObjectType()
Get the objectValue type
|
Object |
getValue() |
void |
serialize(com.fasterxml.jackson.core.JsonGenerator jsonGenerator) |
ExplicitNull |
setValue(Object value) |
public Object getValue()
getValue in interface PrimitiveObjectValue<Object>public ExplicitNull setValue(Object value)
setValue in interface PrimitiveObjectValue<Object>public void serialize(com.fasterxml.jackson.core.JsonGenerator jsonGenerator)
throws IOException
serialize in interface PrimitiveObjectValue<Object>IOExceptionpublic ObjectValueType getObjectType()
ObjectValuegetObjectType in interface ObjectValueCopyright © 2014–2019 Smartsheet. All rights reserved.