- All Implemented Interfaces:
org.simpleflatmapper.converter.ContextualConverter<Blob,byte[]>
public class BlobToByteConverter
extends Object
implements org.simpleflatmapper.converter.ContextualConverter<Blob,byte[]>
-
Constructor Summary
Constructors
-
Method Summary
byte[]
convert(Blob in,
org.simpleflatmapper.converter.Context context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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