Class ByteConverter

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

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

      Constructors 
      Constructor Description
      ByteConverter()  
    • Method Summary

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

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

      • ByteConverter

        public ByteConverter()
    • Method Detail

      • convert

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

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