Package docking.widgets.table.constraint
Class ObjectToStringMapper<T>
java.lang.Object
docking.widgets.table.constraint.ColumnTypeMapper<T,String>
docking.widgets.table.constraint.ObjectToStringMapper<T>
- All Implemented Interfaces:
ExtensionPoint
-
Constructor Summary
-
Method Summary
Methods inherited from class docking.widgets.table.constraint.ColumnTypeMapper
equals, getDestinationType, getSourceType, hashCode, toString
-
Constructor Details
-
ObjectToStringMapper
-
-
Method Details
-
convert
Description copied from class:ColumnTypeMapper
Converts an object of type T1 to an object of type T2- Specified by:
convert
in classColumnTypeMapper<T,
String> - Parameters:
value
- the object to convert.- Returns:
- the converted object.
-