Package org.nuiton.jaxx.compiler.types
Interface TypeConverter
-
- All Known Implementing Classes:
ColorConverter,GridBagConstraintsConverter,InsetsConverter,KeyStrokeConverter,PrimitiveConverter
public interface TypeConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectconvertFromString(String string, Class<?> type)StringgetJavaCode(Object object)Class<?>[]getSupportedTypes()
-