Class DataTypeColumnTypeMapper
- java.lang.Object
 - 
- docking.widgets.table.constraint.ColumnTypeMapper<DataType,java.lang.String>
 - 
- ghidra.base.widgets.table.constraint.provider.DataTypeColumnTypeMapper
 
 
 
- 
- All Implemented Interfaces:
 ExtensionPoint
public class DataTypeColumnTypeMapper extends ColumnTypeMapper<DataType,java.lang.String>
Converts DataType Column objects to Strings so that column gets String type column filters 
- 
- 
Constructor Summary
Constructors Constructor Description DataTypeColumnTypeMapper() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringconvert(DataType dataType)Converts an object of type T1 to an object of type T2- 
Methods inherited from class docking.widgets.table.constraint.ColumnTypeMapper
equals, getDestinationType, getSourceType, hashCode 
 - 
 
 - 
 
- 
- 
Method Detail
- 
convert
public java.lang.String convert(DataType dataType)
Description copied from class:ColumnTypeMapperConverts an object of type T1 to an object of type T2- Specified by:
 convertin classColumnTypeMapper<DataType,java.lang.String>- Parameters:
 dataType- the object to convert.- Returns:
 - the converted object.
 
 
 - 
 
 -