Package org.nuiton.jaxx.compiler.types
Class InsetsConverter
- java.lang.Object
-
- org.nuiton.jaxx.compiler.types.InsetsConverter
-
- All Implemented Interfaces:
TypeConverter
@AutoService(TypeConverter.class) public class InsetsConverter extends Object implements TypeConverter
-
-
Constructor Summary
Constructors Constructor Description InsetsConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectconvertFromString(String string, Class<?> type)StringgetJavaCode(Object object)Class<?>[]getSupportedTypes()
-
-
-
Method Detail
-
getSupportedTypes
public Class<?>[] getSupportedTypes()
- Specified by:
getSupportedTypesin interfaceTypeConverter
-
getJavaCode
public String getJavaCode(Object object)
- Specified by:
getJavaCodein interfaceTypeConverter
-
convertFromString
public Object convertFromString(String string, Class<?> type)
- Specified by:
convertFromStringin interfaceTypeConverter
-
-