Builder
Functions
Creates an immutable DataObject using the values added to the builder.
Clears all entries in the Builder.
Adds the provided value into this DataObject.Builder, overwriting the existing item at that key if it already exists.
Adds a DataItemConvertible object to the DataObject. The
Adds all entries from the provided dataObject into this DataObject.Builder, overwriting any keys that already exist.
Unsafe shortcut to put any object into the DataObject. The any will attempt to be converted to a supported type. If no supported type is available, then an UnsupportedDataItemException will be thrown.
Attempts to put any object into the DataObject. The any will attempt to be converted to a supported type. If no supported type is available, then DataItem.NULL will be instead.
Adds a DataItem.NULL object to the DataObject.