@Deprecated public final class NullableValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NullableValue.Serializable
Deprecated.
|
| Constructor and Description |
|---|
NullableValue(Type type,
Object value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
asBlock()
Deprecated.
|
static NullableValue |
asNull(Type type)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
static NullableValue |
fromSerializable(NullableValue.Serializable serializable)
Deprecated.
|
NullableValue.Serializable |
getSerializable()
Deprecated.
|
Type |
getType()
Deprecated.
|
Object |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isNull()
Deprecated.
|
static NullableValue |
of(Type type,
Object value)
Deprecated.
|
String |
toString()
Deprecated.
|
public static NullableValue of(Type type, Object value)
public static NullableValue asNull(Type type)
public static NullableValue fromSerializable(NullableValue.Serializable serializable)
public NullableValue.Serializable getSerializable()
public Block asBlock()
public Type getType()
public boolean isNull()
public Object getValue()
Copyright © 2012–2022. All rights reserved.