Class MiscConverters.ByteArrayToBlob

    • Constructor Detail

      • ByteArrayToBlob

        public ByteArrayToBlob()
    • Method Detail

      • convert

        public java.sql.Blob convert​(byte[] obj)
                              throws ConversionException
        Description copied from interface: Converter
        Converts obj to T.
        Parameters:
        obj - The source Object to convert
        Returns:
        The converted Object
        Throws:
        ConversionException