Package com.macrofocus.type.convert
Class ToBooleanTypeConverter
- java.lang.Object
-
- com.macrofocus.type.convert.ToBooleanTypeConverter
-
- All Implemented Interfaces:
TypeConverter
public class ToBooleanTypeConverter extends java.lang.Object implements TypeConverter
Created by luc on 27/10/14.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.macrofocus.type.convert.TypeConverter
TypeConverter.Input, TypeConverter.Output
-
-
Constructor Summary
Constructors Constructor Description ToBooleanTypeConverter()
-
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
getType()
boolean
isConvertable(TypeConverter.Input input)
-
-
-
Method Detail
-
isConvertable
public boolean isConvertable(TypeConverter.Input input)
- Specified by:
isConvertable
in interfaceTypeConverter
-
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
-
-