|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.dmg.mappers.RequestObjectMapper
BlobMapper
instead.
@Deprecated public class RequestObjectMapper
Mapper class used to map an object to another object.
Method Summary | |
---|---|
static Blob |
mapBlobfromBlobType(BlobType blob)
Deprecated. Maps a BlobType instance to its corresponding Blob instance. |
static BlobType |
mapBlobTypefromBlob(Blob blob)
Deprecated. Maps a Blob instance to a corresponding BlobType instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BlobType mapBlobTypefromBlob(Blob blob)
Blob
instance to a corresponding BlobType
instance.
blob
- the Blob
instance
public static Blob mapBlobfromBlobType(BlobType blob)
BlobType
instance to its corresponding Blob
instance.
blob
- the BlobType
instance
Blob
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |