Map collection size in Dozer

Posted by Gennady Shumakher on Stack Overflow See other posts from Stack Overflow or by Gennady Shumakher
Published on 2009-12-18T23:14:26Z Indexed on 2010/04/20 10:33 UTC
Read the original article Hit count: 283

Filed under:
|

Is there a way to map collection size in dozer?

class Source {
    Collection<String> images;
}

class Destination {
  int numOfImages;
}

© Stack Overflow or respective owner

Related posts about java

Related posts about dozer