Unwrapping image attribute using java sdk

How to handle unwrapping using transformquery in java sdk for image attribute as CDAAsset cannot be unwrapped? for example

@TransformQuery.ContentfulEntryModel(“article”)
public class Article implements Serializable {
@TransformQuery.ContentfulField(“image”)
private CDAAsset image;

@TransformQuery.ContentfulField("title")
private String title;

@TransformQuery.ContentfulField("description")
private String description;

@TransformQuery.ContentfulField("link")
private String link;

}
it fails with content type CDAAsset not able to serailize