asDataObject
Convenience method to convert any Map of String-keyed values to a DataObject
Unsupported values found within the map or any of its contained objects will throw.
null values will return DataItem.NULL
Convenience method to convert any Map of any-keyed values to a DataObject
This method will throw when either:
Keys are not Strings
Unsupported values are found within the map or any of its contained objects
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and String values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and Int values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and Long values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and Double values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and Boolean values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and DataItem values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and DataList values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and DataObject values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and String collection values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and Int collection values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and Long collection values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and Double collection values to a DataObject
null values will return DataItem.NULL
Convenience method to convert any Map of String keys and Boolean collection values to a DataObject
null values will return DataItem.NULL