DataItemUtils
A set of utility methods for conversions of common data types into their DataItem equivalent.
Functions
Convenience method to convert any Collection to a DataList
Convenience method to convert a Collection of DataItem values to a DataList
Convenience method to convert a Collection of DataList values to a DataList
Convenience method to convert a Collection of DataObject values to a DataList
Convenience method to convert a Collection of Boolean values to a DataList
Convenience method to convert a Collection of Double values to a DataList
Convenience method to convert a Collection of Int values to a DataList
Convenience method to convert a Collection of Long values to a DataList
Convenience method to convert a Collection of String values to a DataList
Convenience method to convert any Map of any-keyed values to a DataObject
Convenience method to convert any Map of String-keyed values to a DataObject
Convenience method to convert any Map of String keys and DataItem values to a DataObject
Convenience method to convert any Map of String keys and DataList values to a DataObject
Convenience method to convert any Map of String keys and DataObject values to a DataObject
Convenience method to convert any Map of String keys and Boolean values to a DataObject
Convenience method to convert any Map of String keys and Double values to a DataObject
Convenience method to convert any Map of String keys and Int values to a DataObject
Convenience method to convert any Map of String keys and Long values to a DataObject
Convenience method to convert any Map of String keys and String values to a DataObject
Convenience method to convert any Map of String keys and Boolean collection values to a DataObject
Convenience method to convert any Map of String keys and Double collection values to a DataObject
Convenience method to convert any Map of String keys and Int collection values to a DataObject
Convenience method to convert any Map of String keys and Long collection values to a DataObject
Convenience method to convert any Map of String keys and String collection values to a DataObject