Class AbstractTypeMapper
java.lang.Object
org.eclipse.ui.views.properties.tabbed.AbstractTypeMapper
- All Implemented Interfaces:
ITypeMapper
Default implementation of a type mapper.
- Author:
- Anthony Hunter
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractTypeMapper
public AbstractTypeMapper()
-
-
Method Details
-
mapType
Description copied from interface:ITypeMapper
Map the input object to a domain model type.- Specified by:
mapType
in interfaceITypeMapper
- Parameters:
object
- the input object.- Returns:
- the type of the input object, mapped to the domain type if required.
-