Package com.macrofocus.type.convert
Class ToCommonTypeConverter
- java.lang.Object
-
- com.macrofocus.type.convert.ToCommonTypeConverter
-
- All Implemented Interfaces:
TypeConverter
public class ToCommonTypeConverter extends java.lang.Object implements TypeConverter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.macrofocus.type.convert.TypeConverter
TypeConverter.Input, TypeConverter.Output
-
-
Constructor Summary
Constructors Constructor Description ToCommonTypeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class
convert(TypeConverter.Input input, TypeConverter.Output output)
java.lang.Class
getCommon()
java.lang.Class
getType()
boolean
isConvertable(TypeConverter.Input input)
-
-
-
Method Detail
-
isConvertable
public boolean isConvertable(TypeConverter.Input input)
- Specified by:
isConvertable
in interfaceTypeConverter
-
getCommon
public java.lang.Class getCommon()
-
convert
public java.lang.Class convert(TypeConverter.Input input, TypeConverter.Output output)
- Specified by:
convert
in interfaceTypeConverter
-
getType
public java.lang.Class getType()
- Specified by:
getType
in interfaceTypeConverter
-
-