Package org.dmfs.express.json.decorators
Class Nullable
- java.lang.Object
-
- org.dmfs.express.json.decorators.Nullable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(JsonSink jsonSink)
-
-
-
Constructor Detail
-
Nullable
public Nullable(java.lang.CharSequence string)
-
Nullable
public Nullable(java.lang.Number number)
-
Nullable
public Nullable(java.lang.Boolean bool)
-
Nullable
public Nullable(JsonValue jsonValue)
-
-