Package com.macrofocus.type.convert
Interface TypeConverter
-
- All Known Implementing Classes:
ToBooleanTypeConverter,ToCommonTypeConverter,ToDoubleTypeConverter,ToIntegerTypeConverter
public interface TypeConverter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTypeConverter.Inputstatic interfaceTypeConverter.Output
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Classconvert(TypeConverter.Input input, TypeConverter.Output output)java.lang.ClassgetType()booleanisConvertable(TypeConverter.Input input)
-
-
-
Method Detail
-
isConvertable
boolean isConvertable(TypeConverter.Input input)
-
convert
java.lang.Class convert(TypeConverter.Input input, TypeConverter.Output output)
-
getType
java.lang.Class getType()
-
-