Class ArrayPreview
java.lang.Object
com.illumon.iris.db.tables.remote.preview.ArrayPreview
- All Implemented Interfaces:
PreviewType
,Serializable
public class ArrayPreview extends Object implements PreviewType
A Preview Type for Arrays and DbArray. Converts long arrays to a String "[1, 2, 3, 4, 5...]"
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description static ArrayPreview
fromArray(Object array)
static ArrayPreview
fromDbArray(DbArrayBase dbArray)
String
toString()
-
Method Details