Class BlobToByteConverter

java.lang.Object
org.simpleflatmapper.jdbc.converter.BlobToByteConverter
All Implemented Interfaces:
org.simpleflatmapper.converter.ContextualConverter<Blob,byte[]>

public class BlobToByteConverter extends Object implements org.simpleflatmapper.converter.ContextualConverter<Blob,byte[]>
  • Constructor Details

    • BlobToByteConverter

      public BlobToByteConverter()
  • Method Details

    • convert

      public byte[] convert(Blob in, org.simpleflatmapper.converter.Context context) throws Exception
      Specified by:
      convert in interface org.simpleflatmapper.converter.ContextualConverter<Blob,byte[]>
      Throws:
      Exception