net.sf.beanlib.provider.replicator
Class UnsupportedBlobReplicator
java.lang.Object
net.sf.beanlib.provider.replicator.UnsupportedBlobReplicator
- All Implemented Interfaces:
- BlobReplicatorSpi
public class UnsupportedBlobReplicator
- extends Object
- implements BlobReplicatorSpi
Default implementation of BlobReplicatorSpi
.
A placeholder for the yet-to-be-supported Blob replicator implementation.
- Author:
- Joe D. Velopar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factory
public static final UnsupportedBlobReplicator.Factory factory
UnsupportedBlobReplicator
private UnsupportedBlobReplicator()
newBlobReplicatable
public static UnsupportedBlobReplicator newBlobReplicatable(BeanTransformerSpi beanTransformer)
replicateBlob
public <T> T replicateBlob(Blob fromBlob,
Class<T> toClass)
- Description copied from interface:
BlobReplicatorSpi
- Returns a replicated Blob.
- Specified by:
replicateBlob
in interface BlobReplicatorSpi
- Type Parameters:
T
- target class type- Parameters:
fromBlob
- from BlobtoClass
- target class