Package com.atlan.serde
Class Removable
java.lang.Object
com.atlan.serde.Removable
A class to capture a value that can be explicitly set to null, so that we can
serialize it accordingly.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Type of empty value (primitives and lists are treated differently on serialization). -
Field Summary
-
Method Summary
-
Field Details
-
NULL
Single null value that can be used for any removable type. -
EMPTY_LIST
Single null value that can be used for any list- or set-based removable type.
-
-
Method Details