Companion

object Companion

Properties

Link copied to clipboard

Constant value representing an empty DataObject.

Functions

Link copied to clipboard

Creates a new DataObject providing the Builder in a block for easy population

Link copied to clipboard

Converts a JSONObject to the supported DataObject type.

Link copied to clipboard
fun fromMap(map: Map<*, *>): DataObject

Converts a Map to the supported DataObject type.

Link copied to clipboard
Link copied to clipboard

Converts a Map with String keys and Boolean values into a DataObject

Link copied to clipboard

Converts a Map with String keys and DataItem values into a DataObject

Link copied to clipboard

Converts a Map with String keys and DataList values into a DataObject

Link copied to clipboard

Converts a Map with String keys and DataObject values into a DataObject

Link copied to clipboard
Link copied to clipboard

Converts a Map with String keys and Double values into a DataObject

Link copied to clipboard

Converts a Map with String keys and Int collection values into a DataObject

Link copied to clipboard

Converts a Map with String keys and Int values into a DataObject

Link copied to clipboard

Converts a Map with String keys and Number values into a DataObject

Link copied to clipboard

Converts a Map with String keys and Long values into a DataObject

Link copied to clipboard

Converts a Map with String keys and String collection values into a DataObject

Link copied to clipboard

Converts a Map with String keys and values into a DataObject

Link copied to clipboard

Converts a String representation of a DataObject, into an actual DataObject if possible. This method eagerly parses the string value.