Class FloatConverter

  • All Implemented Interfaces:
    ej.kf.Converter<java.lang.Float>

    public class FloatConverter
    extends java.lang.Object
    implements ej.kf.Converter<java.lang.Float>
    A Converter for Float. This converter creates a clone of the original Float.
    • Constructor Summary

      Constructors 
      Constructor Description
      FloatConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Float convert​(java.lang.Float arg0, ej.kf.Feature targetOwner)  
      java.lang.Class<java.lang.Float> getType()  
      • Methods inherited from class java.lang.Object

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

      • FloatConverter

        public FloatConverter()
    • Method Detail

      • convert

        public java.lang.Float convert​(java.lang.Float arg0,
                                       ej.kf.Feature targetOwner)
                                throws java.lang.IllegalAccessError
        Specified by:
        convert in interface ej.kf.Converter<java.lang.Float>
        Throws:
        java.lang.IllegalAccessError
      • getType

        public java.lang.Class<java.lang.Float> getType()
        Specified by:
        getType in interface ej.kf.Converter<java.lang.Float>