public class SerializedNull extends Object implements SerializedValue
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SerializedValueVisitor<T> visitor) |
Type |
getType() |
Class<?> |
getValueType() |
static SerializedNull |
nullInstance(Type type) |
String |
toString() |
public Type getType()
getType in interface SerializedValuepublic Class<?> getValueType()
getValueType in interface SerializedValuepublic <T> T accept(SerializedValueVisitor<T> visitor)
accept in interface SerializedValuepublic static SerializedNull nullInstance(Type type)
Copyright © 2016. All rights reserved.