Class ByteArrayConverterImpl

    • Constructor Detail

      • ByteArrayConverterImpl

        public ByteArrayConverterImpl()
    • Method Detail

      • toJavaValue

        public Object toJavaValue​(Object uncastCurrentValue,
                                  Object newValue)
        Description copied from interface: FieldConverter
        Transforms from db value to value understood by the java class
        Specified by:
        toJavaValue in interface FieldConverter<String,​Object>
        Parameters:
        uncastCurrentValue - value the java object has right now
        newValue - db to be transformed
        Returns:
        Java value