Class InsetsConverter

java.lang.Object
jaxx.compiler.types.InsetsConverter
All Implemented Interfaces:
TypeConverter

public class InsetsConverter
extends java.lang.Object
implements TypeConverter
  • Constructor Summary

    Constructors
    Constructor Description
    InsetsConverter()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object convertFromString​(java.lang.String string, java.lang.Class<?> type)  
    java.lang.String getJavaCode​(java.lang.Object object)  
    java.lang.Class<?>[] getSupportedTypes()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InsetsConverter

      public InsetsConverter()
  • Method Details

    • getSupportedTypes

      public java.lang.Class<?>[] getSupportedTypes()
      Specified by:
      getSupportedTypes in interface TypeConverter
    • getJavaCode

      public java.lang.String getJavaCode​(java.lang.Object object)
      Specified by:
      getJavaCode in interface TypeConverter
    • convertFromString

      public java.lang.Object convertFromString​(java.lang.String string, java.lang.Class<?> type)
      Specified by:
      convertFromString in interface TypeConverter