Class AddressBasedLocationColumnTypeMapper
java.lang.Object
docking.widgets.table.constraint.ColumnTypeMapper<AddressBasedLocation,Address>
ghidra.base.widgets.table.constraint.provider.AddressBasedLocationColumnTypeMapper
- All Implemented Interfaces:
ExtensionPoint
public class AddressBasedLocationColumnTypeMapper
extends ColumnTypeMapper<AddressBasedLocation,Address>
Converts AddressBasedLocation Column objects to Address so that column gets Address type column
filters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvert
(AddressBasedLocation location) Converts an object of type T1 to an object of type T2Methods inherited from class docking.widgets.table.constraint.ColumnTypeMapper
equals, getDestinationType, getSourceType, hashCode, toString
-
Constructor Details
-
AddressBasedLocationColumnTypeMapper
public AddressBasedLocationColumnTypeMapper()
-
-
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<AddressBasedLocation,
Address> - Parameters:
location
- the object to convert.- Returns:
- the converted object.
-